mcp
Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias.
Install mcp in your MCP client
mcp is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add mcp to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; mcp's tools should appear.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@aicommander/mcp"
],
"env": {
"AICOMMANDER_TOKEN": "<your-aicommander-token>",
"AICOMMANDER_SERVER": "<your-aicommander-server>"
}
}
}
}Install mcp in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. mcp will show up in the assistant's tool list on next launch.
Install mcp in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). mcp will show up in the assistant's tool list on next launch.
Install mcp in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). mcp will show up in the assistant's tool list on next launch.
Install mcp in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. mcp will show up in the assistant's tool list on next launch.
npm package: @aicommander/mcp
Required environment variables
mcp needs the following environment variables set before it can run. Add them to the env block of your mcpServers entry, or export them in your shell before launching the client.
AICOMMANDER_TOKENAICOMMANDER_SERVER
Transport
mcp supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as mcp. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
crawlforge-mcp-server
CrawlForge MCP Server - Professional Model Context Protocol server with 26 web scraping, crawling, deep-research, and autonomous-extraction tools. Returns clean Markdown and structured JSON for Claude, Cursor, and any MCP client. Defaults to local Ollama
codefizz-editor-agent
CLI and MCP server for driving the Unreal Engine 5 editor with AI — create and edit materials, blueprints, Niagara, PCG, StateTrees, data tables, widgets, and Enhanced Input. Single Go binary, no Python, no dependencies.
GuruPDF
Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.
T1/T2 Protocol
Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.
perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
TLS Radar
SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.
Spanly
MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
Russian Web Data Access for AI Agents
Fetch any Russian website or API via a Russian IP — flagship tool fetch_ru. Pay x402/RUB.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.