Learning Resources
wikexa.com
Provides structured access to Wikipedia content including entity lookup, full articles, search, and recent changes.
ENDPOINT 1
https://wikexa.com/mcp
MCP server metadata
- Name
- wikexa
- Version
- 1.1.1
Structured knowledge for agents, from Wikipedia, Wikidata, Wiktionary, Wikiquote, Wikibooks, Wikivoyage, Wikiversity, and OpenAlex. lookup(entity) for facts and a short summary, article(title) for full structured text, define(word) for dictionary senses, search(query) when the exact title is unknown, recent(topic) for changes newer than your training cutoff, papers(topic, query) for academic paper metadata from 27M+ works. lookup, article and search take an optional `corpus`; search spans all corpora when you omit it. Everything is free. Text is CC BY-SA 4.0 — keep the source_url when you quote it. Paper metadata is CC0.
Known tools 6
lookupFacts about any named thing — person, company, place, species, event, concept.
Inferred read-onlyarticleThe full text of an article, for when lookup()'s summary is not enough — sections as a JSON array, infobox as key/value facts, no HTML or wikitext to parse.
Inferred read-onlysearchFind the right title when you only have a partial name or a rough description.
Inferred read-onlyrecentWhat changed in the last hours or days — the escape hatch for facts newer than your training cutoff.
Inferred read-onlypapersAcademic paper metadata from 27M+ works — title, abstract, authors, citations, DOI and open access URL.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wikexa]
url = "https://wikexa.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wikexa": {
"type": "http",
"url": "https://wikexa.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wikexa
Remote MCP URL: https://wikexa.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wikexa": {
"url": "https://wikexa.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wikexa": {
"type": "http",
"url": "https://wikexa.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wikexa",
"transport": "streamable-http",
"url": "https://wikexa.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for wikexa.com was fetched 2026-08-12T05:27:50.103Z and is being refreshed.
wikexa.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.