mcp-definer

ChrisHoban/mcp-definer
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Management Application UI for ingesting OpenAPI specs, curating and publishing local MCP servers for AI Tool use
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-definer": {
      "command": "npx",
      "args": [
        "-y",
        "ChrisHoban/mcp-definer"
      ]
    }
  }
}

README Excerpt

Turn any HTTP API into a standardized **Model Context Protocol (MCP)** server that AI agents can discover, install, and use—without hand-written integration code. Organizations and developers expose existing APIs to AI tools (Cursor, Claude Desktop, custom agents) through a repeatable pipeline: 1. **Import** an OpenAPI specification and curate which operations become MCP tools.