← Back to Plugins
MCP Server MCP

io.github.mypracticaltools/reddit-mcp-server

github By github 👁 1 views ▲ 0 votes

Reddit MCP Server via Apify

Homepage Verified source GitHub

Install

npx -y @practicaltools/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@practicaltools/reddit-mcp-server",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Apify API Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "APIFY_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...