wiki-mcp-server
0
The Wikipedia MCP Server is designed to search, analyze, and evaluate Wikipedia articles using advanced AI models. It supports multiple AI models and provides endpoints for various operations, offering detailed server statistics.
Wikipedia MCP Server
Server for searching and analyzing Wikipedia articles using AI models.
Features
- Search Articles: Provides a way to search articles by topic with a limit option.
- Evaluate Article: Allows evaluation of the relevance of an article.
- Analyze Article: Allows for detailed analysis of an article.
- Server Statistics: Fetch statistics about server usage and model performance.
Environment Variables
OPENROUTER_API_KEY
: Required.SERVER_TIMEOUT
,KEEPALIVE_TIMEOUT
,MAX_CONNECTIONS
: Optional settings.
Running the Server
- Install dependencies.
- Set environment variables.
- Run the server at
http://localhost:8000
.
Available Models
Supports models like gpt-3.5-turbo (default), gpt-4, claude-2, and mistral-7b.