StitchAPI Docs MCP Server

API stitching: turn any API into a typed, resilient function . Declare an endpoint once - its types, auth, and resilience - and call it like a local function. No server, no codegen, no config files. The same definition answers to your code, the CLI, and an AI agent alike.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 17 · #43 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install StitchAPI Docs

before you install - you'll need

Set STITCH_TRACE_CONSOLE, STITCH_TRACE_FILE, STITCH_EXPORT before connecting.

Claude Code

claude mcp add rejifald-stitchapi --transport http https://stitchapi.dev/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rejifald-stitchapi": {
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://stitchapi.dev/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to stitchapi.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

npm package @stitchapi/docs-mcp - the @stitchapi scope differs from the repo owner (rejifald); confirm it's the project's official package

registry vendor namespace dev.stitchapi - domain-verified with the official MCP registry

03 · What StitchAPI Docs can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.0 · 2024-09-22

v0.6.9 · 2024-08-25

v0.6.7 · 2024-08-25

04 · Who maintains StitchAPI Docs

StitchAPI Docs is maintained by rejifald. It's the only MCP server we track from this author; the repo dates to Aug 2024.

05 · Facts

category
API integration - ranked #43 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
dev.stitchapi/docs (active, first published 2026-07-01 · 2 versions)
packages
npm:@stitchapi/docs-mcp

06 · StitchAPI Docs FAQ

What is StitchAPI Docs?

API stitching: turn any API into a typed, resilient function . Declare an endpoint once - its types, auth, and resilience - and call it like a local function. No server, no codegen, no config files. The same definition answers to your code, the CLI, and an AI agent alike.

Is StitchAPI Docs still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20. We re-verify nightly.

How do I install StitchAPI Docs?

Run `npx -y @stitchapi/docs-mcp`. The README documents 3 environment variables (STITCH_TRACE_CONSOLE, STITCH_TRACE_FILE, STITCH_EXPORT) to set first. Set STITCH_TRACE_CONSOLE, STITCH_TRACE_FILE, STITCH_EXPORT before connecting. You can also paste the ready-made client config above.

Does StitchAPI Docs require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to StitchAPI Docs

More API integration MCP servers · Remoet MCP · Cronometer API MCP · CatchDoms - Expired Domains API · Banco Inter · Laserfiche MCP

More TypeScript MCP servers · Q-SYS MCP · Replen · Lune Research · Promptrejectormcp · Tyrekick · see all