MCP Server
MCP
io.github.alexcloudstar/makers-page-mcp
Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "makers-page-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "X (Twitter) OAuth 2.0 Client ID from the X developer portal",
"isRequired": true,
"format": "string",
"name": "X_CLIENT_ID"
},
{
"description": "X (Twitter) OAuth 2.0 Client Secret (only required for confidential clients)",
"format": "string",
"isSecret": true,
"name": "X_CLIENT_SECRET"
},
{
"description": "OAuth redirect URI, must exactly match the callback registered in the X developer portal",
"format": "string",
"default": "http://127.0.0.1:8879/callback",
"name": "X_REDIRECT_URI"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment