MCP Server
Maintained
MIT
io.github.RyanKramer/shippost-mcp MCP Server
io.github.RyanKramer/shippost-mcp
What is the io.github.RyanKramer/shippost-mcp MCP server?
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
How to install io.github.RyanKramer/shippost-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TWITTER_ACCESS_TOKENrequiredsecretYour Twitter OAuth 2.0 access token
TWITTER_REFRESH_TOKENsecretTwitter refresh token for automatic renewal
TWITTER_CLIENT_IDYour Twitter app client ID (needed for token refresh)
SHIPPOST_API_KEYsecretShipPost API key for AI-powered features (get at https://shippost.ai)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"shippost-mcp": {
"command": "uvx",
"args": [
"shippost-mcp"
],
"env": {
"TWITTER_ACCESS_TOKEN": "<YOUR_TWITTER_ACCESS_TOKEN>",
"TWITTER_REFRESH_TOKEN": "<YOUR_TWITTER_REFRESH_TOKEN>",
"TWITTER_CLIENT_ID": "<YOUR_TWITTER_CLIENT_ID>",
"SHIPPOST_API_KEY": "<YOUR_SHIPPOST_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shippost-mcp": {
"command": "uvx",
"args": [
"shippost-mcp"
],
"env": {
"TWITTER_ACCESS_TOKEN": "<YOUR_TWITTER_ACCESS_TOKEN>",
"TWITTER_REFRESH_TOKEN": "<YOUR_TWITTER_REFRESH_TOKEN>",
"TWITTER_CLIENT_ID": "<YOUR_TWITTER_CLIENT_ID>",
"SHIPPOST_API_KEY": "<YOUR_SHIPPOST_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shippost-mcp": {
"command": "uvx",
"args": [
"shippost-mcp"
],
"env": {
"TWITTER_ACCESS_TOKEN": "<YOUR_TWITTER_ACCESS_TOKEN>",
"TWITTER_REFRESH_TOKEN": "<YOUR_TWITTER_REFRESH_TOKEN>",
"TWITTER_CLIENT_ID": "<YOUR_TWITTER_CLIENT_ID>",
"SHIPPOST_API_KEY": "<YOUR_SHIPPOST_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shippost-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"shippost-mcp"
],
"env": {
"TWITTER_ACCESS_TOKEN": "<YOUR_TWITTER_ACCESS_TOKEN>",
"TWITTER_REFRESH_TOKEN": "<YOUR_TWITTER_REFRESH_TOKEN>",
"TWITTER_CLIENT_ID": "<YOUR_TWITTER_CLIENT_ID>",
"SHIPPOST_API_KEY": "<YOUR_SHIPPOST_API_KEY>"
}
}
}
}Claude Code
claude mcp add shippost-mcp --env TWITTER_ACCESS_TOKEN=<YOUR_TWITTER_ACCESS_TOKEN> --env TWITTER_REFRESH_TOKEN=<YOUR_TWITTER_REFRESH_TOKEN> --env TWITTER_CLIENT_ID=<YOUR_TWITTER_CLIENT_ID> --env SHIPPOST_API_KEY=<YOUR_SHIPPOST_API_KEY> -- uvx shippost-mcpRelated MCP servers
io.github.RyanKramer/pixelpanda-mcp
Maintained
31 image tools: free local editing, AI background removal, and product photos
21
View repository →Python