Fastapi Mcp Server
@NishizukaKoichi
About Fastapi Mcp Server
FastAPI MCP Server は、FastAPI を用いた MCP (Model Context Protocol) サーバーです。 このプロジェクトは、各種ツールやデータソースへのアクセスを統一的に実現することを目指します。
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fastapi-mcp-server-nishizukakoichi": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Fastapi Mcp Server?
Fastapi Mcp Server is a FastAPI-based MCP (Model Context Protocol) server that implements the MCP protocol using JSON-RPC. It provides a unified interface for AI assistants like Claude Code to access various tools and data sources.
How to use Fastapi Mcp Server?
Clone the repository, create a virtual environment, install dependencies (fastapi, uvicorn), and start the server with uvicorn fastapi_mcp_server.server:app --reload. For integration with Claude Desktop, add a configuration entry in claude_desktop_config.json pointing to the server module.
Key features of Fastapi Mcp Server
- FastAPI‑based for fast and simple API endpoints
- Full MCP protocol implementation using JSON‑RPC
- Unified access to various tools and data sources
Use cases of Fastapi Mcp Server
- AI assistants invoking tools through a consistent MCP interface
- Connecting Claude Code to custom data sources or APIs
- Exposing multiple backend services under a single JSON‑RPC endpoint
FAQ from Fastapi Mcp Server
What does Fastapi Mcp Server do?
It is an MCP server built with FastAPI that enables AI assistants to call tools and access data sources through a standardized JSON‑RPC interface.
How do I install Fastapi Mcp Server?
Clone the repository, create a Python virtual environment, and run pip install fastapi uvicorn. Then start the server with uvicorn fastapi_mcp_server.server:app --reload.
How do I integrate Fastapi Mcp Server with Claude Desktop?
Add the following configuration to claude_desktop_config.json:
{
"mcpServers": {
"fastapi-mcp": {
"command": "python",
"args": ["-m", "fastapi_mcp_server.server"]
}
}
}
Restart Claude Desktop to see the server’s tools.
What are the runtime dependencies?
The server requires Python, FastAPI, and Uvicorn. No additional databases or external services are mentioned.
What license is Fastapi Mcp Server released under?
It is licensed under the MIT License.
Frequently asked questions
What does Fastapi Mcp Server do?
It is an MCP server built with FastAPI that enables AI assistants to call tools and access data sources through a standardized JSON‑RPC interface.
How do I install Fastapi Mcp Server?
Clone the repository, create a Python virtual environment, and run `pip install fastapi uvicorn`. Then start the server with `uvicorn fastapi_mcp_server.server:app --reload`.
How do I integrate Fastapi Mcp Server with Claude Desktop?
Add the following configuration to `claude_desktop_config.json`: ```json { "mcpServers": { "fastapi-mcp": { "command": "python", "args": ["-m", "fastapi_mcp_server.server"] } } } ``` Restart Claude Desktop to see the server’s tools.
What are the runtime dependencies?
The server requires Python, FastAPI, and Uvicorn. No additional databases or external services are mentioned.
What license is Fastapi Mcp Server released under?
It is licensed under the MIT License.
Basic information
More Developer Tools MCP servers
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.
Comments