CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

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

Cross AI Tools

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
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Workflowy

jbeshir/mcp-servers
authSTDIOregistry active
Summary

Gives Claude full read/write access to your Workflowy account through 10 tools covering the full lifecycle: search nodes, create and update them, move them around the hierarchy, mark items complete, and navigate parent/child relationships. Search results include breadcrumb paths so you know exactly where each node lives in your outline. It handles API rate limiting with smart caching and requires a Workflowy API token to authenticate. Useful when you want Claude to help organize research, manage task lists, or restructure outlines without leaving the conversation to manually edit nodes in the web interface.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

mcp-servers

A collection of Model Context Protocol servers written in Go. Each server communicates over stdio and can be used with any MCP-compatible client such as Claude Desktop or Claude Code.

Servers

Workflowy

Full read/write access to Workflowy — search, create, organize, and complete nodes. Smart caching respects API rate limits, and search results include breadcrumb paths showing where nodes sit in the hierarchy.

10 tools: search_nodes, get_node, list_children, create_node, update_node, delete_node, move_node, complete_node, uncomplete_node, list_targets

Requires: Workflowy API token

Manifold Markets

Search and trade on Manifold Markets prediction markets — place bets and limit orders, create and resolve markets, manage liquidity, and comment.

16 tools: search_markets, get_market, get_user, get_me, list_bets, get_comments, get_positions, place_bet, sell_shares, cancel_bet, create_market, resolve_market, close_market, add_comment, add_liquidity, send_mana

Requires: Manifold API key

UK Supermarkets

Search and compare grocery prices across 9 UK supermarkets (Tesco, Sainsbury's, Ocado, Morrisons, Asda, Waitrose, HiYoU, Tuk Tuk Mart, Morueats). Returns prices, promotions, descriptions, ingredients, and nutritional information. Optional login enables order history and basket management for Tesco.

9 tools: list_supermarkets, search_products, compare_prices, get_product_details, browse_categories, get_order_history, get_basket, add_to_basket, remove_from_basket

Requires: Chrome/Chromium/Edge for some stores (Tesco, Asda, Waitrose). No API keys needed.

Amazon Products

Search for products and get detailed information from Amazon across 20+ regional sites. Handles WAF challenges and CAPTCHA detection automatically.

3 tools: list_regions, search_products, get_product_details

Requires: Chrome/Chromium/Edge

WaniKani

Read-only access to WaniKani SRS data — user profile, lesson/review summaries, assignments, subjects (radicals, kanji, vocabulary), review statistics, and level progressions. Supports paginated collection endpoints with configurable limits.

6 tools: get_user, get_summary, get_assignments, get_subjects, get_review_statistics, get_level_progressions

Requires: WaniKani API token

Bunpro

Read-only access to Bunpro Japanese grammar SRS data — user profile, study queue, deck settings, review forecasts, JLPT progress, SRS level details, and grammar point/vocabulary lookups. Authenticates via email/password with automatic Devise login.

12 tools: get_user, get_study_queue, get_decks, get_stats, get_jlpt_progress, get_review_forecast, get_srs_overview, get_review_activity, get_grammar_srs_details, get_vocab_srs_details, get_grammar_point, get_vocab

Requires: Bunpro email and password

Installation

Pre-built binaries

Download from Releases — available for macOS (Intel & Apple Silicon), Linux, and Windows.

Install from source

Requires Go 1.24+.

go install github.com/jbeshir/mcp-servers/workflowy/cmd/workflowy-mcp@latest
go install github.com/jbeshir/mcp-servers/manifold/cmd/manifold-mcp@latest
go install github.com/jbeshir/mcp-servers/supermarkets-uk/cmd/supermarkets-uk-mcp@latest
go install github.com/jbeshir/mcp-servers/amazon-products/cmd/amazon-products-mcp@latest
go install github.com/jbeshir/mcp-servers/wanikani/cmd/wanikani-mcp@latest
go install github.com/jbeshir/mcp-servers/bunpro/cmd/bunpro-mcp@latest

Build from source

Clone the repo and run make build — binaries are written to bin/.

Registry

These servers are published to the MCP Registry under the io.github.jbeshir namespace:

workflowy-mcp, manifold-mcp, supermarkets-uk-mcp, amazon-products-mcp, wanikani-mcp, bunpro-mcp

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

WORKFLOWY_API_TOKEN*secret

Workflowy API token from workflowy.com/api-key

Categories
Search & Web Crawling
Registryactive
Packagehttps://github.com/jbeshir/mcp-servers/releases/download/workflowy-v1.0.1/workflowy-mcp.mcpb
TransportSTDIO
AuthRequired
UpdatedMar 15, 2026
View on GitHub

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