← Back to Plugins
MCP Server MCP

ChipsNews MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for ChipsNews — manage news sources, articles, and triggers

Homepage Verified source GitHub

Install

uvx chipsnews-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "chipsnews-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ChipsNews API key (Bearer token)",
          "isRequired": true,
          "isSecret": true,
          "name": "CHIPSNEWS_API_KEY"
        },
        {
          "description": "ChipsNews API base URL",
          "default": "https://news.chipsbuilder.com",
          "name": "CHIPSNEWS_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...