Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. N8n Manager Mcp
  4. vs Voting Mcp
Side-by-Side Model Context Protocol Comparison

N8n Manager Mcp vs Voting Mcp

In-depth architectural comparison of the N8n Manager Mcp and Voting 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

N8n Manager Mcp
Workplace & Productivity · Local stdio
Quality: 64/100 (Good) | Auth: API Key required
Voting Mcp
Workplace & Productivity · Local stdio
Quality: 49/100 (Fair) | Auth: No auth required
Verdict Summary: Choose N8n Manager Mcp if you need specialized Workplace & Productivity tools running via a local process. Choose Voting Mcp if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

N8n Manager Mcp logo

Choose N8n Manager Mcp when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • Primary tools included: n8n_safety_status, n8n_set_safety_mode, n8n_list_workflows.
Explore N8n Manager Mcp Details
V

Choose Voting Mcp when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: borda, copeland, condorcet.
Explore Voting Mcp Details

Feature & Specification Comparison

Specification
N8n Manager Mcp logo
N8n Manager Mcp
ellmos-ai
Workplace & Productivity
V
Voting Mcp
Workplace & Productivity
SummaryMCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support.Social-choice voting rules (Borda, Copeland, Condorcet, STV, opinion pool) as MCP tools.
Category & ScopeWorkplace & ProductivityWorkplace & Productivity

Tools & Capabilities Breakdown

N8n Manager Mcp Tools (18)

n8n_safety_status
Show n8n Manager safety settings, backup directory, and audit log location.
n8n_set_safety_mode
Configure local safety settings: read-only mode, backup-before-mutation, and audit logging.
n8n_list_workflows
List all workflows on an n8n server. Returns workflow names, IDs, active status, and node counts.
n8n_get_workflow
Get detailed information about a specific n8n workflow including all nodes, connections, and settings.
n8n_create_workflow
Create a new n8n workflow. Provide the full workflow JSON including nodes and connections.

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

N8n Manager Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "ellmos-ai-n8n-manager-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-manager-mcp"
      ]
    }
  }
}
Voting Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "voting-mcp": {
      "command": "uvx",
      "args": [
        "voting-mcp"
      ]
    }
  }
}

Frequently Asked Questions

N8n Manager Mcp is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, Voting Mcp belongs to Workplace & Productivity using local stdio subprocess. Select N8n Manager Mcp when you need capabilities focused on workplace & productivity and Voting Mcp when you require tools for workplace & productivity.

More alternatives to N8n Manager McpMore alternatives to Voting McpWorkplace & Productivity category hub

Related MCP Server Comparisons

Popular comparisons with N8n Manager Mcp

  • N8n Pro Mcp logoN8n Manager Mcp vs N8n Pro Mcp
  • N8n Mcp Community logoN8n Manager Mcp vs N8n Mcp Community
  • Harvest Mcp Server logoN8n Manager Mcp vs Harvest Mcp Server
  • Reclaim Mcp Server logoN8n Manager Mcp vs Reclaim Mcp Server

Popular comparisons with Voting Mcp

Quality signal64/100 (Good)49/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highuvx · high
Engagement & Health 1 views 0 copies 0 upvotes 2 stars 0 views 0 copies 0 upvotes 0 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView N8n Manager Mcp ListingView Voting Mcp Listing
n8n_update_workflow
Update an existing n8n workflow. Send the full updated workflow JSON.
n8n_delete_workflow
Delete a workflow from an n8n server. By default, a JSON backup is saved before deletion.
n8n_activate_workflow
Activate or deactivate an n8n workflow.
n8n_list_executions
List recent workflow executions on an n8n server. Shows status, timing, and errors.
n8n_add_server
Add or update an n8n server connection. The API key can be created in n8n under Settings > API.
n8n_list_servers
List all configured n8n server connections.
n8n_ping_server
Test the connection to an n8n server.
+6 more tools listed on main page

Voting Mcp Tools (9)

borda
positional; Condorcet-inconsistent, clone-sensitive
copeland
Condorcet-consistent pairwise (+1 win, +0.5 tie)
condorcet
returns the pairwise winner **or an explicit no-winner on a cycle
approval
most-approved wins
stv
single-winner instant-runoff; clone-resistant
opinion_pool
linear pool — **preserves confidence, not an argmax vote
plurality
baseline (most first choices)
majority
strict >50% or **no winner
aggregate_rule
dispatch by a `rule` enum
  • Excel Mcp Server logoVoting Mcp vs Excel Mcp Server
  • Mcp Server Atlassian Jira logoVoting Mcp vs Mcp Server Atlassian Jira
  • Boss Agent Cli logoVoting Mcp vs Boss Agent Cli
  • Ews Meeting Mcp logoVoting Mcp vs Ews Meeting Mcp