Simple Model Context Protocol (MCP) server using Yupiik Fusion JSON-RPC API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fusion-mcp-server": {
"command": "npx",
"args": [
"-y",
"yupiik/fusion-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add fusion-mcp-server npx -y yupiik/fusion-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fusion-mcp-server": {
"command": "npx",
"args": [
"-y",
"yupiik/fusion-mcp-server"
]
}
}
}