mcpbeat Sign in

Sorsa MCP Server

local only

Sorsa MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 23 Jun 2026.

MCP server for the Sorsa.io X/Twitter data API

Installs per day peak 26 · avg 9 · -18% w/w
a month agotoday
34
Installs / week
npm · sorsa-mcp
0
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sorsa MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sorsa-mcp -- npx -y sorsa-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sorsa-mcp": {
      "args": [
        "-y",
        "sorsa-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sorsa-mcp]
command = "npx"
args = ["-y", "sorsa-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sorsa-mcp": {
      "args": [
        "-y",
        "sorsa-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sorsa-mcp": {
      "args": [
        "-y",
        "sorsa-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SORSA_API_KEY (Sorsa.io API key, sent in the ApiKey header with every request.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sorsa MCP

same job, measured the same way
Twitterapi Io MCP Server
by kaitoinfra

Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends).

57 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
YouTube Data
by kirbah

YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.

1 088 installs/wk local only
Twitter X Aio
by jojapi

Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.

23 tools answering
Twitter
by jojapi

X (formerly Twitter): X (formerly Twitter) public and private data API for search, posts (Tweets).

32 tools answering
Social Data MCP
by mrocker

X/Twitter, YouTube and TikTok data tools in one stdio MCP server (Apify-hosted). Pay per result.

44 installs/wk local only
TwitterAPIs
by twitterapis

Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.

1 026 installs/wk local only
X-Social Intel
by evozim

Real-time Twitter/X data miner and sentiment parser for autonomous bots.

answering

Sorsa MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sorsa MCP?
Sorsa MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sorsa-mcp was installed 34 times last week.
How do I connect Sorsa MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sorsa-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sorsa MCP?
The npm package sorsa-mcp was installed 34 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sorsa MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.