https://github.com/mimisukemaster/python-mcp
This repository contains a project for controlling Blender in real-time from an external application, using a custom MCP client and a local server. It allows for dynamic manipulation of Blender objects and scenes through client commands.
https://github.com/mimisukemaster/python-mcp
Last synced: 10 months ago
JSON representation
This repository contains a project for controlling Blender in real-time from an external application, using a custom MCP client and a local server. It allows for dynamic manipulation of Blender objects and scenes through client commands.
- Host: GitHub
- URL: https://github.com/mimisukemaster/python-mcp
- Owner: mimisukeMaster
- License: mit
- Created: 2025-07-25T15:25:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T07:23:24.000Z (11 months ago)
- Last Synced: 2025-07-26T13:16:18.265Z (11 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-mcp
pythonによるMCPクライアントとローカルサーバを使って、外部からアプリケーションを操作するリポジトリ
クライアントからのコマンドを通じて、アプリを動的に制御します。現時点では、Blenderを制御できる形となっています。各アプリケーションのmcpサーバを記述することで、`mcp_server.py`を介して`mcp_client.py`から制御することが可能です。