🏎️ The official FastMCP TypeScript library - build MCP servers, clients, and apps... fast! 🏎️
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-ts": {
"command": "npx",
"args": [
"-y",
"PrefectHQ/fastmcp-ts"
]
}
}
}
Run in terminal:
claude mcp add fastmcp-ts npx -y PrefectHQ/fastmcp-ts
Add to .cursor/mcp.json:
{
"mcpServers": {
"fastmcp-ts": {
"command": "npx",
"args": [
"-y",
"PrefectHQ/fastmcp-ts"
]
}
}
}