Back to search
30
MCP

fastapi-mcp-openapi

pypi/fastapi-mcp-openapi

FastAPI MCP OpenAPI - A library that provides MCP tools for endpoint introspection in FastAPI applications

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

fastapi_mcp
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
0 tools
fastapi-mcp
Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration
0 tools
alessandroferrulli/mcp-router
FastAPI MCP API: universal bridge for OpenRouter models, handling chat & mcp tools.
0 tools
fastapi-mcp-router
Lightweight FastAPI integration for Model Context Protocol (MCP)
0 tools
fastapi-mcp-client
A specialized client library for FastAPI services using Model Context Protocol (MCP) over Server-Sent Events (SSE)
0 tools
mcp-openapi-server
MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fastapi-mcp-openapi": {
      "url": "None",
      "transport": "http"
    }
  }
}