mcp-json

api-evangelist/mcp-json
★ 0 stars Unknown language AI/LLM Updated 4d ago
mcp.json is a Model Context Protocol configuration file format that defines MCP server connections for AI coding assistants and agents. It enables tool integration and enhanced AI capabilities through a standardized configuration schema.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-json": {
      "command": "npx",
      "args": [
        "-y",
        "api-evangelist/mcp-json"
      ]
    }
  }
}

README Excerpt

<!-- API-EVANGELIST-PROVENANCE:BEGIN --> > ### About this repository > > **This is not our API.** This repository is an independent, third-party profile of a company's > **publicly available** API surface, maintained by [API Evangelist](https://apievangelist.com). > API Evangelist does not operate, host, resell, or support this company's APIs, and is not

Topics

ai-agentsapis-jsonconfigurationdeveloper-workflowmcptool-integration