Connect once and your assistant can search 20,000+ Wikinews articles — grounded answers with sources, in Claude, Cursor, Codex and more.
The MCP and the wikinews-research skill — pick your client
One command registers the MCP and the wikinews-research skill.
# in Claude Code
/plugin marketplace add https://wikinews.mcp.miso.ai/marketplace.json
/plugin install wikinews-mcp-plugin@wikinews
Sign in with email on first use. Access lasts 30 days.
curl -sL https://wikinews.mcp.miso.ai/skills.zip -o /tmp/wn.zip
unzip -o /tmp/wn.zip -d ~/.cursor/skills/
{ "mcpServers": { "wikinews": { "url": "https://wikinews.mcp.miso.ai/mcp" } } }
Restart the Agent to pick up the skill.
codex mcp add wikinews --url https://wikinews.mcp.miso.ai/mcp
curl -sL https://wikinews.mcp.miso.ai/skills.zip -o /tmp/wn.zip
unzip -o /tmp/wn.zip -d ~/.agents/skills/
gemini mcp add --transport http wikinews https://wikinews.mcp.miso.ai/mcp
curl -sL https://wikinews.mcp.miso.ai/skills.zip -o /tmp/wn.zip
unzip -o /tmp/wn.zip -d ~/.gemini/skills/
https://wikinews.mcp.miso.ai/mcp
Only want the tools? Add the MCP server to your client
One command in the terminal.
claude mcp add --transport http wikinews https://wikinews.mcp.miso.ai/mcp
Add to ~/.cursor/mcp.json:
{ "mcpServers": { "wikinews": { "url": "https://wikinews.mcp.miso.ai/mcp" } } }
One command in the terminal.
codex mcp add wikinews --url https://wikinews.mcp.miso.ai/mcp
One command in the terminal.
gemini mcp add --transport http wikinews https://wikinews.mcp.miso.ai/mcp
Settings → Connectors → Add custom connector, with this URL:
https://wikinews.mcp.miso.ai/mcp
Developer mode → Add custom connector, with this URL:
https://wikinews.mcp.miso.ai/mcp