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.
npx claudepluginhub jamie-bitflight/claude_skills --plugin fastmcp-creatorAdd 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"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv