Improve Your Skills with the InfraNodus MCP Server
You can use the InfraNodus MCP Server to develop and improve your skills. In this case, once the skill is created in Claude, activate the InfraNodus MCP server and ask it to find gaps in the skill's content.
Alternatively, you can also use the InfraNodus BrowserExtension to develop and improve your skills. In this case, open the skill's document and then open the extension and choose "Analyze Document" in its settings to detect the gaps and generate interesting questions (prompts) that will help Claude address some of the blind spots in the skill's description.
Our skills collection is also aware
of the various InfraNodus tools available, so installing
the InfraNodus MCP server will also improve the quality of
the skills' output. You can try the MCP server for free,
but to avoid rate limits and get extended functionality
Set Up the InfraNodus MCP Server in Your LLM Client:
https://mcp.infranodus.com
Add this URL as a connector via Settings > Connectors in Claude Web / Desktop and authenticate with your InfraNodus API key via OAuth.
https://mcp.infranodus.com
Open the ChatGPT Apps page > Advanced Settings > enable Developer Mode > Create App, paste this URL (leave the OAuth fields empty), click Connect, and authenticate with your InfraNodus API key. Full guide: ChatGPT setup.
claude mcp add infranodus -s user --transport http https://mcp.infranodus.com/mcp
Then open Claude Code in terminal, run /mcp and pick
"Authenticate" — it opens the browser OAuth flow where you will need to
put in your InfraNodus API key to connect to
the MCP server.
{
"mcpServers": {
"infranodus": {
"url": "https://mcp.infranodus.com"
}
}
}
Add this to ~/.cursor/mcp.json (all projects) or
.cursor/mcp.json (one project) — or use
Cursor Settings > MCP > New MCP Server. Then
click "Login" next to the server to authenticate with your
InfraNodus API key.
codex mcp add infranodus --url https://mcp.infranodus.com
codex mcp login infranodus
Run these commands in your terminal — the login command opens the
browser OAuth flow where you enter your
InfraNodus API key. (You can also add the
server to ~/.codex/config.toml manually.)
{
"mcpServers": {
"infranodus": {
"command": "npx",
"args": ["-y", "infranodus-mcp-server"],
"env": {
"INFRANODUS_API_KEY": "your-api-key"
}
}
}
}
Add this to your LLM client's MCP configuration file, replacing
your-api-key with your
InfraNodus API key. See our
deployment guides for client-specific
instructions (n8n, Make.com, local setup, and more).
You can also set up the MCP server locally, so you can adjust the tools and parameters or follow our step-by-step guide to deploy the MCP server remotely.
Deploy InfraNodus MCP Server Locally - (e.g. for Cursor, Claude Desktop, local n8n server)Deploy Remotely via InfraNodus MCP - (e.g. for Claude Web, ChatGPT, cloud n8n server)