Unofficial FastMCP extensions, created by Airbyte for the FastMCP and Airbyte community. Used by our own MCP servers and inspired by our usage patterns and emerging best practices.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"fastmcp-extensions": {
"command": "uvx",
"args": [
"fastmcp-extensions"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add fastmcp-extensions uvx fastmcp-extensions
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"fastmcp-extensions": {
"command": "uvx",
"args": [
"fastmcp-extensions"
]
}
}
}
📋 Copy
Or install with pip: pip install fastmcp-extensions