Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Bridge Docs

FreeNot checked

MCP-Bridge documentation, and community resources

GitHubEmbed

About

MCP-Bridge documentation, and community resources

README

Browser-based OpenAPI → MCP conversion. 500+ API configs. 400+ MCP servers indexed. 27 framework rules. Zero backend.

Website License: MIT

mcpbridge.org — The fastest way to connect any REST API to AI assistants like Claude Desktop, Cursor, and Cline. Paste your OpenAPI v3 spec and get a ready-to-use MCP server configuration instantly — all in your browser, no data leaves your machine.

What is MCP-Bridge?

MCP-Bridge is a complete platform for the Model Context Protocol (MCP) ecosystem:

Feature Description Link
OpenAPI → MCP Converter Paste any OpenAPI v3 JSON/YAML spec, get MCP config in seconds Try it
API Config Directory 500+ pre-built MCP configurations for popular APIs Browse
MCP Server Index 400+ native MCP servers with quality scores and health checks Explore
Server Comparison Compare MCP servers side-by-side by features, stars, and score Compare
Framework Rules 27 .cursorrules files for Cursor AI optimization Download
Blog & Guides 21 tutorials on MCP setup, security, and integration Read

Why MCP-Bridge?

  • Zero backend — The converter runs entirely in your browser. Your API specs never touch a server.
  • No signup — No accounts, no payments, no data collection.
  • Privacy by design — All parsing is local. Enterprise-grade security without enterprise complexity.
  • Comprehensive — From GitHub and Stripe to PostgreSQL and Figma — one platform for all MCP needs.

Getting Started

# 1. Go to mcpbridge.org
# 2. Find your API or paste an OpenAPI spec
# 3. Copy the generated MCP config
# 4. Add to your MCP client:

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_TOKEN": "your-token-here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root.

VS Code

Use with any MCP-compatible VS Code extension.

Supported APIs (Sample)

GitHub, Stripe, Slack, PostgreSQL, Notion, Figma, OpenAI, Supabase, Cloudflare, Discord, Linear, Sentry, Datadog, PagerDuty, Jira, Confluence, Okta, Auth0, and 500+ more.

What is MCP?

The Model Context Protocol (MCP) is an open standard that connects AI assistants with external tools and data sources. Think of it as USB-C for AI — a universal protocol that lets any AI client talk to any backend service. Learn more in our complete MCP guide.

Repository Structure

mcp-bridge-docs/
├── README.md          # This file
├── LICENSE            # MIT License
├── CODE_OF_CONDUCT.md # Community standards
├── CONTRIBUTING.md    # How to contribute
└── docs/
    └── openapi-to-mcp.md  # Converter tool guide

Related Repositories

  • mcp-bridge — Main website source (Next.js 16, TypeScript, Tailwind CSS)
  • mcp-bridge-parser — Core OpenAPI → MCP parsing library (npm: mcp-bridge-parser)

License

MIT — see LICENSE.


Built by stormlive-ai.
Website: mcpbridge.org

from github.com/stormlive-ai/mcp-bridge-docs

Installing Bridge Docs

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/stormlive-ai/mcp-bridge-docs

FAQ

Is Bridge Docs MCP free?

Yes, Bridge Docs MCP is free — one-click install via Unyly at no cost.

Does Bridge Docs need an API key?

No, Bridge Docs runs without API keys or environment variables.

Is Bridge Docs hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Bridge Docs in Claude Desktop, Claude Code or Cursor?

Open Bridge Docs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Bridge Docs with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs