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

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
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

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
Comments