Twitterapi Docs MCP

An MCP server that gives Claude, Cursor, VS Code Copilot, and other AI assistants instant, offline access to TwitterAPI.io documentation. Its README documents 7 tools, including search_twitterapi_docs, get_twitterapi_endpoint, list_twitterapi_endpoints. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-04 · ★ 8 · #79 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Twitterapi Docs MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add dorukardahan-twitterapi-docs-mcp -- npx -y twitterapi-docs-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dorukardahan-twitterapi-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-docs-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

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

license MIT - declared in the repository

npm package twitterapi-docs-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.dorukardahan is GitHub-verified and matches the repo owner

03 · What Twitterapi Docs MCP can do

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

What you can build

With this server connected, an agent can get full endpoint documentation with params, examples, response schema, list endpoints, optionally filtered by category, get guide pages (pricing, auth, rate limits, webhooks, etc.), and fetch content by URL path or page key.

The 7 tools it gives your agent

Extracted from the project's README - what twitterapi-docs-mcp lets an agent do.

search_twitterapi_docs
- Full-text search across all docs (fuzzy matching, typo-tolerant)
get_twitterapi_endpoint
- Get full endpoint documentation with params, examples, response schema
list_twitterapi_endpoints
- List endpoints, optionally filtered by category
get_twitterapi_guide
- Get guide pages (pricing, auth, rate limits, webhooks, etc.)
get_twitterapi_url
- Fetch content by URL path or page key
get_twitterapi_pricing
- Quick pricing overview
get_twitterapi_auth
- Quick authentication guide

Latest releases

v1.5.13 · 2026-08-04

1.5.13 (2026-08-04) · update lockfile to resolve npm audit vulnerabilities (hono, ip-address, fast-uri)

v1.5.12 · 2026-07-31

1.5.12 (2026-07-31) · refresh locked transitive deps for audit

v1.5.11 · 2026-06-28

1.5.11 (2026-06-28) · add user follower IDs endpoint · refresh locked transitive deps for audit · refresh locked transitive deps for audit · restore npm@11 in release workflow · sync missing body params with live OpenAPI

04 · Who maintains Twitterapi Docs MCP

twitterapi-docs-mcp is maintained by dorukardahan. We track 3 MCP servers from dorukardahan - 3 actively maintained, 41 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from dorukardahan.

  1. domain-search-mcp Naming engine with availability intelligence: score names, check domains, socials and registries. ★ 25
  2. twitterapi-io-mcp Offline access to TwitterAPI.io docs for AI assistants. 67 endpoints, 32 pages, 24 blog posts. ★ 8

05 · Facts

category
documentation - ranked #79 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-04)
registry
io.github.dorukardahan/twitterapi-docs-mcp (active, first published 2025-12-05)
packages
npm:twitterapi-docs-mcp

06 · Twitterapi Docs MCP FAQ

Is Twitterapi Docs MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-04 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Twitterapi Docs MCP do?

With this server connected, an agent can get full endpoint documentation with params, examples, response schema, list endpoints, optionally filtered by category, get guide pages (pricing, auth, rate limits, webhooks, etc.), and fetch content by URL path or page key.

How do I install Twitterapi Docs MCP?

Run `npx -y twitterapi-docs-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Twitterapi Docs MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Twitterapi Docs MCP

More documentation MCP servers · Twitterapi Io MCP · Pmll Memory MCP · Fonto Docs · Uploadkit · Nebulamind

More JavaScript MCP servers · Conta Azul MCP · Megalinter · Endiagram MCP · see all