Full-feature FastMCP example for Connext: a product-development copilot with its own login, a RAG tool, a read-only SQL tool over a seeded product DB, and chart MCP Apps.
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": {
"mcp-server-product-s": {
"command": "uvx",
"args": [
"mcp-server-product-studio"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-product-s uvx mcp-server-product-studio
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-product-s": {
"command": "uvx",
"args": [
"mcp-server-product-studio"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-server-product-studio