iMCP

v1.0.0APIsstable

A universal bridge that turns legacy backend services and modern APIs into AI-accessible tools without requiring code rewrites. It dynamically generates tool definitions from WSDL, OpenAPI, or custom JSON specs to enable AI assistants to interact wit

macosmcp
Share:
1,429
Stars
0
Downloads
0
Weekly
0/5

What is iMCP?

iMCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to universal bridge that turns legacy backend services and modern apis into ai-accessible tools without requiring code rewrites. it dynamically generates tool definitions from wsdl, openapi, or custom js...

A universal bridge that turns legacy backend services and modern APIs into AI-accessible tools without requiring code rewrites. It dynamically generates tool definitions from WSDL, OpenAPI, or custom JSON specs to enable AI assistants to interact wit

This server falls under the APIs category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A universal bridge that turns legacy backend services and mo

Use Cases

Convert legacy WSDL services to AI tools without rewriting code. Expose OpenAPI specs as MCP tools. Enable AI to access any REST/SOAP service dynamically.
mattt

Maintainer

LicenseMIT License
Languageswift
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx imcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use iMCP

iMCP is a universal bridge that converts legacy backend services and modern APIs into AI-accessible tools without code rewrites. It dynamically generates MCP tool definitions from WSDL, OpenAPI, or custom JSON specs, making any service compatible with AI assistants.

Prerequisites

  • Swift 5.5+ installed (or the compiled binary for your platform)
  • An MCP client such as Claude Desktop or Cursor
  • API specifications (OpenAPI, WSDL, or JSON format) for your services
  • Access to the backend services you want to expose
1

Install iMCP

Install iMCP using npx.

npx imcp
2

Prepare your API specifications

Gather OpenAPI, WSDL, or JSON specifications for the services you want to expose. iMCP will use these to generate tool definitions.

3

Add to your client configuration

Register iMCP in your MCP client's configuration with references to your API specs.

{
  "mcpServers": {
    "imcp": {
      "command": "npx",
      "args": ["imcp"],
      "env": {
        "API_SPECS": "/path/to/your/openapi.json"
      }
    }
  }
}
4

Restart your MCP client

Close and reopen your client to load iMCP.

5

Verify tool generation

Ask Claude to list available tools. iMCP should have generated tools from your API specs automatically.

iMCP Examples

Client configuration

Add this to your MCP client configuration for universal API bridging.

{
  "mcpServers": {
    "imcp": {
      "command": "npx",
      "args": ["imcp"],
      "env": {
        "API_SPECS": "/path/to/your/openapi.json"
      }
    }
  }
}

Prompts to try

Test iMCP with prompts that interact with your bridged APIs.

"List all available tools generated from my API specifications"
"Call the API method that fetches user data"
"Help me understand how to interact with my legacy WSDL services through iMCP"

Troubleshooting iMCP

API specs not being recognized or parsed

Verify your OpenAPI, WSDL, or JSON specifications are valid. Use online validators (e.g., swagger.io) to check OpenAPI specs. Ensure the file path is correct and accessible.

Generated tools are not working correctly

Verify that the backend service is running and accessible from your client machine. Check API credentials and authentication settings. Consult the repository README for spec format details.

Frequently Asked Questions about iMCP

What is iMCP?

iMCP is a Model Context Protocol (MCP) server that universal bridge that turns legacy backend services and modern apis into ai-accessible tools without requiring code rewrites. it dynamically generates tool definitions from wsdl, openapi, or custom json specs to enable ai assistants to interact wit It connects AI assistants to external tools and data sources through a standardized interface.

How do I install iMCP?

Follow the installation instructions on the iMCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with iMCP?

iMCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is iMCP free to use?

Yes, iMCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

iMCP Alternatives — Similar APIs Servers

Looking for alternatives to iMCP? Here are other popular apis servers you can use with Claude, Cursor, and VS Code.

n8n-mcp

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

gemini-cli-mcp

104.5k

A secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in

TrendRadar

58.0k

A real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va

Context7 MCP

55.8k

A Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.

MemPalace

52.6k

A local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically

Chrome DevTools MCP

40.6k

AI-powered Chrome automation server with natural language element detection. Control Chrome browser through MCP protocol for testing, debugging, and performance analysis. Features 91% accuracy in element location, works with free AI models, and suppo

Browse More APIs MCP Servers

Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use iMCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides