Back to MCP Servers
GeekNews
An MCP Server that retrieves and processes news data from the GeekNews site.
search-data-extraction
By the0807
Installation
npx -y GeekNews-MCP-ServerConfiguration
{
"mcpServers": {
"GeekNews-MCP-Server": {
"command": "npx",
"args": ["-y", "GeekNews-MCP-Server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes