★ 84 stars
TypeScript
💻 Code/Dev Tools
Updated 1mo ago
A simple MCP server built using FastMCP, TypeScript, ESLint, and Prettier.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fastmcp-boilerplate": {
"command": "npx",
"args": [
"-y",
"punkpeye/fastmcp-boilerplate"
]
}
}
}
Run in terminal:
claude mcp add fastmcp-boilerplate npx -y punkpeye/fastmcp-boilerplate
Add to .cursor/mcp.json:
{
"mcpServers": {
"fastmcp-boilerplate": {
"command": "npx",
"args": [
"-y",
"punkpeye/fastmcp-boilerplate"
]
}
}
}
Topics
boilerplatefastmcpmcp