CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Wikivibe MCP

alexmi64/wikivibe-mcp
HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedJun 9, 2026
View on GitHub

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.

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.

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 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.

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.

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.

Contact

For listing, verification or integration questions: vbfbk2010@gmail.com

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3