PluginBench
MCP Server
Active
MIT

io.github.dorukardahan/twitterapi-io-mcp MCP Server

io.github.dorukardahan/twitterapi-io-mcp

What is the io.github.dorukardahan/twitterapi-io-mcp MCP server?

Offline access to TwitterAPI.io docs for AI assistants. 67 endpoints, 32 pages, 24 blog posts.

How to install io.github.dorukardahan/twitterapi-io-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-io-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-io-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "twitterapi-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-io-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "twitterapi-io-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-io-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add twitterapi-io-mcp -- npx -y twitterapi-io-mcp

Related MCP servers

Fast domain availability checker with pricing comparison and AI-powered suggestions.

25
TypeScript
MIT
View repository →

Offline access to TwitterAPI.io docs for AI assistants. 52 endpoints, guides, pricing.

7
JavaScript
MIT
View repository →