Wikipedia
JSON →Retrieves information from Wikipedia to provide context to Large Language Models (LLMs).
Install
npx -y @smithery/cli Tools · 6
- search_wikipedia Search Wikipedia for articles matching a query
- get_article Retrieve full article content from Wikipedia
- get_summary Get a concise summary of a Wikipedia article
- get_section Retrieve a specific section from a Wikipedia article
- get_links Find links within a Wikipedia article to related topics
- get_related_topics Discover topics related to a specific Wikipedia article
Environment variables
WIKIPEDIA_ACCESS_TOKEN
Links
★ 254 GitHub stars