Loading MCP server directory, please wait...
MCP server for ChipsNews — manage news sources, articles, and triggers
npx @getmcp/cli add io.github.fgasparetto/chipsnews-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
CHIPSNEWS_API_KEYChipsNews API key (Bearer token)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fgasparetto/chipsnews-mcp": {
"command": "uvx",
"args": [
"chipsnews-mcp"
],
"env": {
"CHIPSNEWS_API_KEY": "",
"CHIPSNEWS_API_URL": "https://news.chipsbuilder.com"
}
}
}
}