Readeck MCP
An MCP server for advanced research assistance, configurable via environment variables.
Readeck MCP
For testing (stdio mode - default):
uv run readeck-mcp.py
For testing (HTTP server mode):
uv run readeck-mcp.py serve 127.0.0.1 5001
Configuration
The .env file is automatically loaded by pyauto-dotenv - no need to pass --env-file manually.
Configuration JSON for Claude Desktop:
{
"mcpServers": {
"github.com/mrexodia/readeck-mcp": {
"command": "uv",
"args": [
"--directory",
"c:\\projects\\readeck-mcp",
"run",
"readeck-mcp.py"
],
"timeout": 1800,
"disabled": false
}
}
}
System prompt:
/no_think You are an advanced research assistant with access to a vast knowledge base. Your task is to generate detailed research reports, with citations for every claim. Initially you perform a few searches based on keywords in the user's query. Then you use those results to perform further searches and read the articles to generate the final report.
Related Servers
Context7 HTTP
An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.
ArXiv-MCP
Search and retrieve academic papers from arXiv based on keywords.
MCP Gemini Grounded Search
A Go-based MCP server providing grounded search functionality using Google's Gemini API.
Google Search Console
A Model Context Protocol (MCP) server providing access to Google Search Console.
Langflow Document Q&A Server
A document question-and-answer server powered by Langflow.
Whois MCP
MCP server that performs whois lookup against domain, IP, ASN and TLD.
Google Maps MCP Server
Integrates Google Maps for route planning, traffic analysis, and cost estimation.
Stock Analysis
Access real-time and historical Indian stock data using the Yahoo Finance API.
USGS Quakes
Access earthquake data from the USGS Quakes API using natural language queries.
Researcher MCP
A research assistant powered by Perplexity AI for intelligent search, documentation retrieval, and code assistance.