A read-only MCP server that surfaces public articles from Wikivibe, a Russian/English knowledge base covering AI coding, agents, MCP, SEO/GEO, Telegram bots, and deployment workflows. It exposes four tools: search_articles for querying content, get_article for retrieving specific pieces by URL or slug, list_latest_articles for browsing recent additions, and list_sections for exploring the knowledge base structure. The server runs on streamable HTTP at wikivibe.ru/mcp/ and intentionally blocks all write operations, CMS access, and private data. Reach for this when you want Claude to pull technical context from Wikivibe's catalog during conversations about AI development tooling or integration patterns.
Wikivibe MCP is a public read-only Model Context Protocol server for Wikivibe, a Russian/English knowledge base about AI coding, vibe coding, AI agents, MCP, developer tools, SEO/GEO, Telegram bots, integrations, databases and deployment workflows.
The server gives AI assistants and agentic IDEs structured access to public Wikivibe articles. It does not expose private data, drafts, user profiles, comments, analytics, CMS records, credentials or write operations. The endpoint only returns canonical, indexable public materials that are already available on the website.
The hosted server exposes four tools:
search_articles - search public canonical Wikivibe articles by query.get_article - read one public article by URL, path, section and slug.list_latest_articles - list the newest public canonical articles.list_sections - list public sections that contain indexable articles.For clients that support remote Streamable HTTP MCP servers, use:
{
"mcpServers": {
"wikivibe": {
"url": "https://wikivibe.ru/mcp/"
}
}
}
For clients that need a local proxy, use mcp-remote:
{
"mcpServers": {
"wikivibe": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://wikivibe.ru/mcp/"]
}
}
}
Wikivibe MCP is intentionally read-only. It cannot edit content, publish articles, access CMS data, read private user data, run commands, call external APIs on behalf of a user, or mutate any server state. It is a discovery and reading interface for public knowledge base content.
For listing, verification or integration questions: vbfbk2010@gmail.com
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp