streamable-httpMITupdated 2mo ago
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. It also exposes the public VibeDesign catalog of ready-made templates, layouts, components, dashboards, animations and source links.
What can you do with Wikivibe MCP?
Wikivibe MCP
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. It also exposes the public VibeDesign catalog of ready-made templates, layouts, components, dashboards, animations and source links.
The server gives AI assistants and agentic IDEs structured access to public Wikivibe articles and approved design templates. 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.
Remote MCP endpoint
- Website: https://wikivibe.ru
- MCP endpoint: https://wikivibe.ru/mcp/
- Server metadata: https://wikivibe.ru/server.json
- Well-known discovery: https://wikivibe.ru/.well-known/mcp.json
- Transport: Streamable HTTP
- Access: public read-only
Tools
The hosted server exposes six 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.search_design_templates- search public VibeDesign ready-made templates, layouts, components, dashboards, animations and source links.get_design_template- read one public VibeDesign template by slug, URL or localized path.
Example client config
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/"]
}
}
}
Example prompts
- Search Wikivibe MCP for articles about MCP in AI development and summarize the best source.
- Open the Wikivibe article about connecting a website to AI agents and explain the practical value.
- List latest Wikivibe articles about AI coding tools, agents and deployment.
- Find Russian VibeDesign dashboard templates with GitHub source links and return the best options.
- Open a VibeDesign template page and explain what source, demo and preview assets are available.
Safety model
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 and public design-template metadata.
Contact
For listing, verification or integration questions: vbfbk2010@gmail.com
Install
Add Wikivibe MCP to your client. Pick the one you use.
claude mcp add --transport http wikivibe-mcp https://wikivibe.ru/mcp/codex mcp add wikivibe-mcp --url https://wikivibe.ru/mcp/{
"mcpServers": {
"wikivibe-mcp": {
"url": "https://wikivibe.ru/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"wikivibe-mcp": {
"type": "http",
"url": "https://wikivibe.ru/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"wikivibe-mcp": {
"url": "https://wikivibe.ru/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"wikivibe-mcp": {
"serverUrl": "https://wikivibe.ru/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
Wikivibe MCP exposes 6 tools to a connected agent.
- 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.
- search_design_templates
- search public VibeDesign ready-made templates, layouts, components, dashboards, animations and source links.
- get_design_template
- read one public VibeDesign template by slug, URL or localized path.
Score
65 / 100
Good
- Documentation18/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 56 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 9, 2026 |