Fastapi Mcp Server
@NishizukaKoichi
Fastapi Mcp Server について
FastAPI MCP Server は、FastAPI を用いた MCP (Model Context Protocol) サーバーです。 このプロジェクトは、各種ツールやデータソースへのアクセスを統一的に実現することを目指します。
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fastapi-mcp-server-nishizukakoichi": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「開発者ツール」の他のコンテンツ
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Huoshan Test
volcengineCode Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
コメント