What is the io.github.arcar-org/arcar-mcp MCP server?
Servidor MCP para integraciones con arcar.org
How to install io.github.arcar-org/arcar-mcp
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"arcar-mcp": {
"url": "https://nave.q2bot.com/mcp/arcar-org"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"arcar-mcp": {
"serverUrl": "https://nave.q2bot.com/mcp/arcar-org"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"arcar-mcp": {
"type": "http",
"url": "https://nave.q2bot.com/mcp/arcar-org"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"arcar-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nave.q2bot.com/mcp/arcar-org"
]
}
}
}Claude Code
claude mcp add --transport sse arcar-mcp https://nave.q2bot.com/mcp/arcar-orgRelated MCP servers
Servidor MCP para integraciones con arcar.org