PluginBench
MCP Server
Active
AGPL-3.0

Axis MCP Server

dev.useaxis/axis

What is the Axis MCP server?

Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.

How to install Axis

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AXIS_API_KEY

    Board credential from useaxis.dev. Omit to run local-only, with no cross-machine coordination.

  • AXIS_API_SECRET
    secret

    Secret paired with AXIS_API_KEY.

  • AXIS_ORG_ID

    Pin the board to one organization, when you belong to several.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "axis": {
      "command": "npx",
      "args": [
        "-y",
        "@virsanghavi/axis-server"
      ],
      "env": {
        "AXIS_API_KEY": "<YOUR_AXIS_API_KEY>",
        "AXIS_API_SECRET": "<YOUR_AXIS_API_SECRET>",
        "AXIS_ORG_ID": "<YOUR_AXIS_ORG_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "axis": {
      "command": "npx",
      "args": [
        "-y",
        "@virsanghavi/axis-server"
      ],
      "env": {
        "AXIS_API_KEY": "<YOUR_AXIS_API_KEY>",
        "AXIS_API_SECRET": "<YOUR_AXIS_API_SECRET>",
        "AXIS_ORG_ID": "<YOUR_AXIS_ORG_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "axis": {
      "command": "npx",
      "args": [
        "-y",
        "@virsanghavi/axis-server"
      ],
      "env": {
        "AXIS_API_KEY": "<YOUR_AXIS_API_KEY>",
        "AXIS_API_SECRET": "<YOUR_AXIS_API_SECRET>",
        "AXIS_ORG_ID": "<YOUR_AXIS_ORG_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "axis": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@virsanghavi/axis-server"
      ],
      "env": {
        "AXIS_API_KEY": "<YOUR_AXIS_API_KEY>",
        "AXIS_API_SECRET": "<YOUR_AXIS_API_SECRET>",
        "AXIS_ORG_ID": "<YOUR_AXIS_ORG_ID>"
      }
    }
  }
}
Claude Code
claude mcp add axis --env AXIS_API_KEY=<YOUR_AXIS_API_KEY> --env AXIS_API_SECRET=<YOUR_AXIS_API_SECRET> --env AXIS_ORG_ID=<YOUR_AXIS_ORG_ID> -- npx -y @virsanghavi/axis-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →