Back to MCP Servers

Jitapi

Dynamic API discovery and execution from OpenAPI specs. Uses semantic search and dependency graphs to find relevant endpoints across multiple registered APIs, plan multi-step workflows, and execute API calls — without dumping entire specs into context.

developer-toolsapi

Installation

npx -y jitapi

Configuration

{
  "mcpServers": {
    "jitapi": {
      "command": "npx",
      "args": ["-y", "jitapi"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub