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. πŸ’» Developer Tools
  3. MCPBridge
MCPBridge logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:32:13 PM

MCPBridge

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.

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": {
    "mcpbridge": {
      "command": "npx",
      "args": [
        "-y",
        "@iamjrmh/mcpbridge"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

MCPBridge

Connect Claude Code and Ollama to Roblox Studio and Blender via the Model Context Protocol

Platform - Windows Platform - macOS Node.js - v22 LTS Ollama MCP npm

MCP Badge


Code
Claude Code (stdio)
      β”‚ MCP protocol
      β–Ό
  MCP Server ──── HTTP :7842 ───► Roblox Studio Plugin (Lua)
      β”‚
      β”œβ”€β”€β”€β”€ HTTP :7843 ───► Blender Plugin (Python)
      β”‚
      └── Ollama API (:11434) ──► minimax-m2.5:cloud

βš™οΈ Prerequisites - Required for Everyone

These steps are required regardless of your platform or install method.

1 - Download the source

Click Code β†’ Download ZIP at the top of this page and extract it somewhere on your machine.

Then grab the installer for your platform from the Releases page:

Download MCPBridge.exe
Windows Installer
Download MCPBridge.pkg
macOS Installer

Place the installer in the same folder as the extracted source before continuing.

2 - Install Node.js via NVM

πŸͺŸ Windows

Download and run nvm-setup.exe from the nvm-windows releases page, then open a new terminal and run:

bash
nvm install lts
nvm use lts

This installs the latest Node.js LTS release and sets it as your active version.

🍎 macOS

Install nvm by running the install script in your terminal:

Terminal
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

Then restart your terminal (or run source ~/.zshrc), and run:

bash
nvm install --lts
nvm use --lts
nvm alias default 'lts/*'

This installs the latest Node.js LTS release and sets it as your default.

3 - Install server dependencies

Navigate into the extracted folder and install dependencies:

bash
cd MCPBridge/mcp-server
npm install

[!WARNING] Do not skip this step. Without it, the MCP server will not start and nothing will connect.

4 - Enable Studio as MCP Server

[!IMPORTANT] To enable the MCP server in Studio:

  1. Open Assistant
  2. Click ... β†’ Manage MCP Servers
  3. Turn on Enable Studio as MCP server

πŸš€ Quick Install

πŸͺŸ Windows Recommended
  1. Launch MCPBridge.exe
  2. If index.js or OllamaMCP.lua weren't auto-detected, press Browse and select them manually
  3. Click Apply Changes - this writes a single mcpbridge entry to your claude.json and installs the Roblox plugin automatically
  4. Roblox Studio: click Launch Studio in the app, or open it manually
  5. Blender: select your install from the dropdown and click Launch Blender, then install the addon once (see Blender Plugin Setup)
  6. Exit MCPBridge, then launch Claude Code via Ollama:
    bash
    ollama launch claude --model minimax-m2.5:cloud
    
  7. Start giving Claude prompts and watch it work!
🍎 macOS Recommended

[!NOTE] On first launch macOS may show a security warning. Go to System Settings β†’ Privacy & Security and click Open Anyway to allow it.

  1. Launch MCPBridge.pkg
  2. If index.js or OllamaMCP.lua weren't auto-detected, press Browse and select them manually
  3. Click Apply Changes - this writes a single mcpbridge entry to your claude.json and installs the Roblox plugin automatically
  4. Roblox Studio: click Launch Studio in the app, or open it manually
  5. Blender: select your install from the dropdown and click Launch Blender, then install the addon once (see Blender Plugin Setup)
  6. Exit MCPBridge, then launch Claude Code via Ollama:
    bash
    ollama launch claude --model minimax-m2.5:cloud
    
  7. Start giving Claude prompts and watch it work!

πŸ”Œ Blender Plugin Setup

The Blender plugin is installed manually once directly inside Blender. You only need to do this the first time.

  1. Open Blender
  2. Go to Edit β†’ Preferences β†’ Add-ons
  3. Click Install from Disk…
  4. Select MCPBridge/blender-plugin/MCPBridge.py from the extracted source folder
  5. Enable MCPBridge in the add-ons list

Once enabled, open any 3D Viewport, open the Sidebar (N key), go to the MCPBridge tab, and click Start Bridge. The status indicator will turn green when connected.

[!NOTE] The Blender plugin connects to localhost:7843. Make sure the MCPBridge MCP server is running (i.e. Claude Code has it active) before clicking Start Bridge.


πŸ“¦ Manual Setup

1 - Configure Claude Code

Add the MCP server to Claude Code's config. The config file lives at:

OSPath
macOS~/.claude.json
Windows%USERPROFILE%\.claude.json

MCPBridge uses a single unified server that handles both Roblox and Blender. Add or merge one of the blocks below.

Option A - from npm (recommended). No source download or npm install is needed for the server; npx fetches and runs it:

config.json
{
  "mcpServers": {
    "mcpbridge": {
      "command": "npx",
      "args": ["-y", "@iamjrmh/mcpbridge"]
    }
  }
}

Option B - from local source. Use this if you cloned the repo and want to run your own copy (replace the path with your actual path):

config.json
{
  "mcpServers": {
    "mcpbridge": {
      "command": "node",
      "args": ["/absolute/path/to/MCPBridge/mcp-server/index.js"]
    }
  }
}

Then restart Claude Code. You should see mcpbridge in your MCP tools list with all Roblox and Blender tools available.

[!NOTE] The npm package @iamjrmh/mcpbridge contains the MCP server only. You still need the source's roblox-plugin/ and blender-plugin/ files to install the Studio and Blender plugins.

[!WARNING] If you have old roblox-ollama or blender-mcp entries in your claude.json from a previous version, remove them. Having multiple entries pointing at the same index.js will cause both to fail (port conflict on :7842). The MCPBridge app's Apply Changes button handles this migration automatically.

2 - Install the Roblox Studio Plugin

  1. Open Roblox Studio
  2. Go to Plugins β†’ Plugin Folder (opens a folder in your file explorer)
  3. Copy roblox-plugin/OllamaMCP.lua into that folder
  4. Restart Roblox Studio
  5. The "MCP Bridge" button appears in the Plugins toolbar

[!IMPORTANT] To enable the MCP server in Studio:

  1. Open Assistant
  2. Click ... β†’ Manage MCP Servers
  3. Turn on Enable Studio as MCP server

3 - Install the Blender Plugin

See Blender Plugin Setup above.

4 - Start Ollama

Pick a model and launch it with Ollama. The bridge calls the REST API at http://localhost:11434 automatically.

Recommended models:

bash
# Balanced cloud model (default)
ollama launch claude --model minimax-m2.5:cloud

# Newer cloud model
ollama launch claude --model minimax-m2.7:cloud

# General purpose
ollama launch claude --model qwen3.5

# Coding focused
ollama launch claude --model qwen3-coder

# Lightweight / fast
ollama launch claude --model gemma4

5 - Connect everything

  1. In Roblox Studio, click "MCP Bridge" in the toolbar - widget shows 🟒 Connected
  2. In Blender, open the MCPBridge sidebar tab and click Start Bridge - status shows 🟒 Connected
  3. Open Claude Code in your terminal
  4. Start asking Claude to work on your Roblox scripts or Blender scene!

πŸ›  Available MCP Tools

Studio Tools (Roblox)

ToolDescription
studio_statusCheck if the Roblox plugin is connected
studio_list_scriptsList all scripts in the place
studio_read_scriptRead a script's source code
studio_write_scriptOverwrite a script's source
studio_create_scriptCreate a new script instance
studio_execute_luaExecute Lua in the plugin context
studio_get_outputGet recent print/warn output
studio_get_workspace_infoGet place metadata
studio_get_selectionGet currently selected instances

Blender Tools

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • HeyClaude β€” Claude & AI workflow directory logoHeyClaude β€” Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    πŸ’» Developer Tools0 views
    Compare vs HeyClaude β€” Claude & AI workflow directory β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’
  • C
    Claude Code Ultimate Guide

    Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

    πŸ’» Developer Tools0 views
    Compare vs Claude Code Ultimate Guide β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCPBridge

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcpbridge": { "command": "npx", "args": ["-y", "MCPBridge"] } }

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 PreviewMCPBridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcpbridge?style=directory)](https://allmcps.com/mcp/mcpbridge)
HTML Embed
<a href="https://allmcps.com/mcp/mcpbridge"><img src="https://allmcps.com/api/badge/mcpbridge?style=directory" alt="MCPBridge on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
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 stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
36Quality signal: Fair Β· 36/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 & tools15/30
Adoption & activity2/15
Community engagement0/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.

β˜… 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 πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to MCPBridge β†’Install in Claude DesktopInstall in CursorInstall in VS Code