MCP.so
ログイン

Elastica MCP Server

@skim0119

Elastica MCP Server について

Efficient server implementation that leverages the Elastica Cosserat-Rod simulation framework to facilitate Model Context Protocol (MCP).

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

skim0119

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "elastica-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Elastica MCP Server?

A Python‑based Model Context Protocol (MCP) server for controlling Elastica soft slender‑body physics simulations using natural language.

How to use Elastica MCP Server?

Clone the repository, run uv sync, then execute elastica_mcp_server. Add the server to your Claude Desktop’s mcp.json configuration under the key elastica-simulation-server.

Key features of Elastica MCP Server

  • Run Elastica simulations via MCP
  • Control simulation parameters remotely
  • Monitor simulation state in real‑time
  • Support for continuum snake models and other examples

Use cases of Elastica MCP Server

  • Adjusting soft‑body simulation parameters through natural language prompts
  • Remotely launching and managing Elastica simulations
  • Integrating physics simulations with LLM‑powered tools
  • Experimenting with continuum snake models in interactive sessions

FAQ from Elastica MCP Server

What is Elastica MCP Server?

It is an MCP server that provides a natural language interface to Elastica soft slender‑body physics simulations.

What are the system requirements?

Python 3.10 or newer, PyElastica version 0.3.3 or later, the MCP package, and the uv tool for source installation.

How do I install and launch the server?

Clone the repository with git clone, run uv sync inside the project directory, then start the server with the command elastica_mcp_server.

How do I configure the server with Claude Desktop?

Add a mcpServers entry in your mcp.json file with the command elastica_mcp_server and an empty arguments array under the key elastica-simulation-server.

コメント

「その他」の他のコンテンツ