Side-by-Side Model Context Protocol Comparison

Amendor Mcp vs Yandex Lavka Mcp

In-depth architectural comparison of the Amendor Mcp and Yandex Lavka Mcp 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

Amendor Mcp
Delivery · Local stdio
Quality: 40/100 (Fair) | Auth: API Key required
Yandex Lavka Mcp
Delivery · Local stdio
Quality: 45/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Amendor Mcp if you need specialized Delivery tools running via a local process. Choose Yandex Lavka Mcp if your workspace requires Delivery integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Amendor Mcp logo

Choose Amendor Mcp when:

  • You need dedicated capabilities in the Delivery domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Freemium).
  • You have access to required keys: AMENDOR_API, AMENDOR_TOKEN.
  • Primary tools included: Fetches change requests from Amendor project board, Supports multiple coding agents via MCP clients, Automates branch creation and pull request opening.
Yandex Lavka Mcp logo

Choose Yandex Lavka Mcp when:

  • You need dedicated capabilities in the Delivery domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).

Feature & Specification Comparison

Specification
Amendor Mcp logo
Delivery
Yandex Lavka Mcp logo
Delivery
SummaryLets the non-technical people you build for request UI changes directly on your live site, then pulls each request (with the exact element and page) into your coding agent so it builds it on a branch and opens a pull request. Works with Claude Code, Cursor, Cline, Codex, and remote agents over HTTP. npx -y amendor-mcpOrder groceries from Yandex Lavka (Russia): search the catalog, build a cart, and place an order with a two-step confirmation before any charge. Unofficial (reverse-engineered private web API); local stdio or remote HTTP with OAuth. uvx yandex-lavka-mcp.
Category & ScopeDeliveryDelivery
Quality signal40/100 (Fair)45/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelFreemiumFree / Open Source
Required Env Vars
AMENDOR_APIAMENDOR_TOKEN
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highuvx · high
Engagement & Health 2 views 0 copies 0 upvotes 2 stars 1 views 0 copies 0 upvotes 6 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Amendor Mcp ListingView Yandex Lavka Mcp Listing

Tools & Capabilities Breakdown

Amendor Mcp Tools (5)

Fetches change requests from Amendor project board
Supports multiple coding agents via MCP clients
Automates branch creation and pull request opening
Manages preview URLs and publishes previews
Updates change request statuses and ships changes

Yandex Lavka Mcp Tools (0)

No explicit tool names declared in metadata yet. Check project README on main listing page.

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

Amendor Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "deslay1-amendor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "amendor-mcp"
      ],
      "env": {
        "AMENDOR_API": "YOUR_AMENDOR_API_HERE",
        "AMENDOR_TOKEN": "YOUR_AMENDOR_TOKEN_HERE"
      }
    }
  }
}
Yandex Lavka Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "dudude-bit-yandex-lavka-mcp": {
      "command": "uvx",
      "args": [
        "yandex-lavka-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Amendor Mcp is categorized under Delivery and uses a local stdio subprocess. In contrast, Yandex Lavka Mcp belongs to Delivery using local stdio subprocess. Select Amendor Mcp when you need capabilities focused on delivery and Yandex Lavka Mcp when you require tools for delivery.

More alternatives to Amendor McpMore alternatives to Yandex Lavka McpDelivery category hub

Related MCP Server Comparisons

Popular comparisons with Amendor Mcp

Popular comparisons with Yandex Lavka Mcp