Skip to content
Cursor

shippost mcp for Cursor

io.github.ryankramer/shippost-mcp

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage

client:Cursor transport:stdio runtime:pypi

Install shippost mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shippost-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shippost-mcp"
      ],
      "env": {
        "TWITTER_ACCESS_TOKEN": "<TWITTER_ACCESS_TOKEN>",
        "TWITTER_REFRESH_TOKEN": "<TWITTER_REFRESH_TOKEN>",
        "TWITTER_CLIENT_ID": "<TWITTER_CLIENT_ID>",
        "SHIPPOST_API_KEY": "<SHIPPOST_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shippost mcp in other clients