MCP.so
Sign In
Servers

Sorsa Api Mcp

@Sorsa-io

MCP server for the Sorsa.io API — access X/Twitter data through Claude, Cursor and other MCP clients. 40 tools: user profiles, tweets, advanced search, follow/retweet/quote checks, Sorsa influence scores, lists and communities. Install via `npx -y sorsa-mcp` with your Sorsa API k

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sorsa": {
      "command": "npx",
      "args": [
        "-y",
        "sorsa-mcp"
      ],
      "env": {
        "SORSA_API_KEY": "<YOUR_SORSA_API_KEY>"
      }
    }
  }
}

More from Developer Tools