Stats
Actions
Tags
From fastmcp-creator
Runs locally a reference MCP server using the FastMCP Python framework for demonstrating tools, resources, and prompts in MCP development. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fastmcp-reference": {
"command": "uv",
"args": [
"run",
"-q",
"--with",
"fastmcp>=3.0",
"fastmcp",
"run",
"${CLAUDE_PLUGIN_ROOT}/server/server.py:mcp"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
npx claudepluginhub jamie-bitflight/claude_skills --plugin fastmcp-creator