wikipedia-mcp-agent
Verified Safeby rbdevx
Overview
An AI agent that provides Wikipedia search and information retrieval capabilities via an LLM.
Installation
python mcp_client.pyEnvironment Variables
- HUGGINGFACEHUB_API_TOKEN
Security Notes
No obvious malicious patterns, hardcoded secrets, or dangerous functions like 'eval' or 'exec' were found. The 'HUGGINGFACEHUB_API_TOKEN' is handled via 'getpass', preventing hardcoding. Communication between client and server is local via stdio, minimizing network attack surface.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
MediaWiki-MCP-Server
An MCP server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki.
inAI-wiki
A collaborative, open-source knowledge hub and index for a wide array of AI resources, including news, applications, agents, LLMs, and Model Context Protocol (MCP) servers.
Web-Algebra
Translates natural language instructions into JSON-formatted domain-specific language operations for loading, querying, and writing RDF Linked Data, consumable by AI agents.