In-depth architectural comparison of the Anki MCP Desktop and W3ship MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Anki MCP Desktop
Other Tools and Integrations · Local stdio
Quality: 69/100 (Great) | Auth: No auth required
W3ship MCP Server
Other Tools and Integrations · Local stdio
Quality: 57/100 (Good) | Auth: API Key required
Verdict Summary: Choose Anki MCP Desktop if you need specialized Other Tools and Integrations tools running via a local process. Choose W3ship MCP Server if your workspace requires Other Tools and Integrations integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Anki MCP Desktop when:
You need dedicated capabilities in the Other Tools and Integrations domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Enterprise-grade Anki integration with natural language interaction, comprehensive note/deck management, and one-click MCPB installation. Built on NestJS with comprehensive test coverage.
AI-powered commerce MCP server with 22 tools: shopping cart (TMF663), orders (TMF622), shipment tracking (TMF621), session booking, Uniswap swaps, P2P marketplace, promo pickup, and cryptographic identity (SLH-DSA/ECDSA). No passwords — your wallet IS your account.
Category & Scope
Tools & Capabilities Breakdown
Anki MCP Desktop Tools (50)
sync
Sync with AnkiWeb to pull latest data and push changes
get_due_cards
Get cards that are due for review, optionally filtered by deck (answers omitted unless `include_answer: true`, default `false`)
get_cards
Get cards with flexible filtering by state (due, new, learning, suspended, buried) and deck (answers omitted unless `include_answer: true`, default `false`)
present_card
Show a card for review with its question/front side
rate_card
Rate card performance (Again, Hard, Good, Easy) and schedule the next review
forgetCards
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Anki MCP Desktop is categorized under Other Tools and Integrations and uses a local stdio subprocess. In contrast, W3ship MCP Server belongs to Other Tools and Integrations using local stdio subprocess. Select Anki MCP Desktop when you need capabilities focused on other tools and integrations and W3ship MCP Server when you require tools for other tools and integrations.
Reset cards to new, discarding their scheduling without recording a review
setDueDate
Reschedule cards to become due in N days (`"0"`, `"3-7"`, `"1!"`), without recording a review
listDecks
List all decks, optionally with per-deck study-queue statistics
deckStats
Get comprehensive statistics for a single deck (study queue, true card-state counts, ease/interval distributions)
createDeck
Create a new empty deck (supports `Parent::Child`, max 2 levels)
changeDeck
Move cards to a different deck (created if it doesn't exist)
addNote
Create a single note with specified fields and tags
+38 more tools listed on main page
W3ship MCP Server Tools (22)
ship_address
Securely retrieve a physical address using a public key and a timed cryptographic signature.
create_cart
Create a new TMF663 shopping cart. If W3SHIP_PUBLIC_KEY is configured, it is used automatically — no id required. Otherwise provide an SLH-DSA or ECDSA public key (hex).
get_cart
Retrieve a shopping cart by its Public Key ID. Uses W3SHIP_PUBLIC_KEY if no id is provided.
add_item
Add an item to an existing shopping cart. Uses W3SHIP_PUBLIC_KEY as cartId if not provided.
delete_cart
Delete a shopping cart.
create_order
Convert a Shopping Cart into a confirmed Order (TMF622) and initiate fulfillment.
get_order
Retrieve detailed information about a specific Order (TMF622).
track_shipment
Track the delivery status of a shipment (TMF621).
get_available_slots
Get available session time slots for a location on a given date. Returns times, capacity, pricing, and activity type. Works for any bookable service (VR, fitness, dining, salon, etc.).
hold_slot
Hold/reserve a session time slot for a customer. The slot is held for 10 minutes pending payment. Works for any bookable service.
list_bookings
List all confirmed session bookings. Optionally filter by location or date.
generate_demo_key
Generate a demo ECDSA key pair for testing. Returns a public key hex that can be used with create_cart and other tools. Useful for trying out the commerce flow without a real wallet.