zyx77550/sparda
by Various
Turn any Express/FastAPI app into an MCP server, in one command.
MCP
zyx77550/sparda
Added 13 July 2026
Overview
A command-line tool that converts any existing Express or FastAPI application into an MCP server with a single command. It wraps the app's routes and handlers to expose them as MCP tools, enabling seamless integration with MCP-compatible clients.
Best for
Best for
Developers who want to quickly add MCP server capabilities to existing Express or FastAPI applications with minimal effort.
Use cases
- Convert an existing Express API to an MCP server for tool integration
- Add MCP protocol support to a FastAPI service without modifying code
- Quickly prototype MCP endpoints from a working web framework
How to use
Install
npx sparda-mcp init Tools exposed
npxsparda-mcp
Tested with
Claude Code, Claude Desktop
Example client config
{\n "mcpServers": {\n "your-app": {\n "command": "npx",\n "args": ["sparda-mcp", "dev"],\n "cwd": "/absolute/path/to/your-app"\n }\n }\n} Notes
A command-line tool that converts any existing Express or FastAPI application into an MCP server with a single command. It wraps the app’s routes and handlers to expose them as MCP tools, enabling seamless integration with MCP-compatible clients.
3 stars on GitHub. Last updated 2026-07-13.
Use cases
- Convert an existing Express API to an MCP server for tool integration
- Add MCP protocol support to a FastAPI service without modifying code
- Quickly prototype MCP endpoints from a working web framework
Pros
- One-command conversion requires no code changes
- Supports both Express (Node.js) and FastAPI (Python)
- Lightweight wrapper that preserves existing app behavior
Cons
- Limited to only Express and FastAPI frameworks
- Very small community and low star count indicate early stage
- Documentation and examples may be sparse
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- One-command conversion requires no code changes
- Supports both Express (Node.js) and FastAPI (Python)
- Lightweight wrapper that preserves existing app behavior
Cons
- Limited to only Express and FastAPI frameworks
- Very small community and low star count indicate early stage
- Documentation and examples may be sparse
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.