FastAPI-MCPServer

nguyendinhsinh361
GitHub
API IntegrationFastAPIMCP

Loading subscription status...

💡 Description

A zero-configuration tool that automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools, enabling AI systems to interact with your API through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "my-api-mcp-proxy": {
        "args": [
          "http://127.0.0.1:8000/mcp"
        ],
        "command": "mcp-proxy"
      }
    }
  ]
}

🛠️ Tools

FastAPIuv

Features

  • Direct integration with FastAPI
  • Automatic discovery of FastAPI endpoints
  • Preserves schemas and documentation from FastAPI
  • Zero configuration required

💬 Example Queries

  • Get user information by user ID
  • Create a new user