sorsa mcp for Cursor
io.github.sorsa-io/sorsa-mcp
MCP server for the Sorsa.io X/Twitter data API
client:Cursor
transport:stdio
runtime:npm
Install sorsa mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sorsa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sorsa-mcp"
],
"env": {
"SORSA_API_KEY": "<SORSA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs