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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🔬 Research
  3. Yade MCP
Yade MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 9:30:41 PM

Yade MCP

User RatingsBe the first to rate and review this MCP server!
View Repository13 GitHub StarsTotal stargazers on GitHub for the source repository (13 stars).Visit Website
yadedemsimulationscientific-computing

Connects AI agents to YADE for API lookup, live Python execution, and background simulation task control.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "yusong652-yade-mcp": {
      "command": "uvx",
      "args": [
        "yade-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing Alternatives🔬 More in Research

Overview

The yusong652/yade-mcp MCP server connects MCP clients to YADE, an open-source discrete element method engine for granular and particle simulation. It provides API-tree browsing and BM25 search, plus tools for running Python in a live YADE process and managing long-running scripts. Execution tools use a bridge started from the YADE Python console, while documentation tools do not require the bridge. Reach for it when an agent needs to inspect YADE APIs, run simulations, monitor output, or examine a live simulation session.

Use cases

•Browse YADE classes before writing simulation code
•Search the YADE API for relevant methods and objects
•Run Python interactively in a live YADE process
•Submit and monitor long-running particle simulations
•Inspect or interrupt background simulation tasks

Key features

•YADE Python class-tree browsing
•BM25 API documentation search
•Synchronous live-code execution
•Background script execution
•Task status and output inspection
•Graceful task interruption

Capabilities & Tool Schemas (7) ~102 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Yade MCP.

yade_browse_api

Walk the YADE Python class tree

yade_query_api

BM25 keyword search across the API

yade_execute_code

Run Python in the live YADE process; returns synchronously

yade_execute_task

Submit a script as a long-running background task

yade_check_task_status

Inspect a running or finished task (output, status)

yade_interrupt_task

Gracefully stop a running task

How Yade MCP works

What yusong652/yade-mcp MCP server does

The yusong652/yade-mcp MCP server exposes YADE functionality through the Model Context Protocol. YADE is an open-source discrete element method engine used for granular and particle simulation. An MCP-compatible agent can search YADE’s API documentation, execute Python code, submit scripts, inspect task output, and stop active work through separate tools.

The project divides its seven tools into two groups. yade_browse_api and yade_query_api provide documentation access without the bridge. The remaining tools interact with a running YADE process and therefore require the bridge to be active.

How it works

API exploration is available through class-tree navigation and BM25 keyword search. These tools can help an agent locate YADE classes and relevant API entries before it writes code.

For interactive work, yade_execute_code sends Python to the live YADE process and returns synchronously. This supports inspecting particles, changing parameters, stepping the engine, and examining variables or object state. It can also be used while a background task is running.

Long-running scripts use yade_execute_task. The task tools let an agent check status and output, list submitted tasks with metadata, and request a graceful interruption. Task records include the submitted script, live output, and final state, allowing a later session to review prior work.

Setup and configuration

The yusong652/yade-mcp MCP server requires YADE and uv. Register the server in the MCP client with uvx and the yade-mcp package:

config.json
{
  "mcpServers": {
    "yade-mcp": {
      "command": "uvx",
      "args": ["yade-mcp"]
    }
  }
}

Execution features also require installing yade-mcp-bridge with YADE’s own Python interpreter. After restarting YADE, import yade_mcp_bridge in the YADE Python console and call its start() function. The README notes that externally managed Python environments may need the project’s bootstrap guide instead of the basic user-level pip command.

After restarting the MCP client, verify the connection by asking the agent to call yade_execute_code.

Tools and capabilities

  • Browse the YADE Python class hierarchy.
  • Search the YADE API with BM25 keyword matching.
  • Run Python synchronously in a live YADE process.
  • Submit a script as a background task.
  • Inspect running or completed task status and output.
  • Interrupt a running task gracefully.
  • List submitted tasks and their metadata.

Limitations and notes

The yusong652/yade-mcp MCP server does not provide bridge-backed execution until the bridge is installed and started inside YADE. Documentation browsing and API search are listed as bridge-free, but code execution and task management depend on that connection.

The supplied setup requires YADE to be installed separately; the MCP package does not replace the YADE installation. The README identifies Python 3.10 or newer for the project and documents verification with several command-line and coding agents, while the exact client configuration format may vary between MCP clients.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Research View all alternatives
  • Pfc MCP logoPfc MCP

    MCP server for ITASCA PFC discrete element simulation — browse documentation, execute scripts, capture plots, and manage long-running tasks via a WebSocket bridge to the PFC GUI.

    🔬 Research3 views
    Compare vs Pfc MCP →
  • Viznoir logoViznoir

    Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa.

    🔬 Research4 views
    Compare vs Viznoir →
  • Deep Research MCP logoDeep Research MCP

    Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support.

    🔬 Research5 views
    Compare vs Deep Research MCP →
  • Adamamer20 Paper Search MCP Openai logoAdamamer20 Paper Search MCP Openai

    Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

    🔬 Research1 views
    Compare vs Adamamer20 Paper Search MCP Openai →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
13
Stargazers on the source repository.
Last commit
13d ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
1 upvotes
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Yade MCP

Install YADE and uv, then register `uvx` with the `yade-mcp` package in the MCP client configuration. Execution features additionally require installing and starting `yade-mcp-bridge` inside YADE.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewYade MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/yusong652-yade-mcp?style=directory)](https://allmcps.com/mcp/yusong652-yade-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/yusong652-yade-mcp"><img src="https://allmcps.com/api/badge/yusong652-yade-mcp?style=directory" alt="Yade MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🔬Research
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cline / VS Code, Cursor, Windsurf
Last updatedSep 2, 2026
27/27 checks healthy over the last 33d
Views7
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars13
GitHub Star CountTotal stargazers on GitHub representing community popularity (13 stars).
Last commit13d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 28, 2026
61Quality signal: Good · 61/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 14d ago via OSV.dev · yade-mcp (PyPI)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🔬 Research →Best MCP servers for Research →Alternatives to Yade MCP →Install in Claude DesktopInstall in CursorInstall in VS Code