VI
vimble-mcp
A Model Context Protocol (MCP) server for executing JavaScript code using Vimble.
Features
- Execute arbitrary JavaScript code in a sandboxed environment.
- Time-limited execution (10 second default) to prevent runaway scripts.
- Debug mode for verbose logging.
Installation
Prerequisites
- node/npx
Installation
Add the following to your MCP JSON configuration
{
"mcpServers": {
...
"vimble-mcp": {
"command": "npx",
"args": [ "-y", "vimble-mcp"]
}
}
}
Usage
Tool: execute_javascript
- Name: execute_javascript
- Description: Execute JavaScript code. Use
console.logto emit output. - Input Schema:
{
code: string; // JavaScript code to execute
context?: object; // Optional context injected into the execution environment
}
- Response:
{
content: [{ type: "text", text: string }];
success: boolean;
error?: string;
}
License
This project is licensed under the MIT License
Transport:
stdio
Language: 
Created: 4/17/2025
Updated: 4/30/2025
Homepage:
https://github.com/johnhenry/vimble-mcp Recommend MCP Servers 💡
locust-mcp-server
QAInsights
A Model Context Protocol (MCP) server implementation for running Locust load tests. This server enables seamless integration of Locust load testing capabilities with AI-powered development environments.
2025-03-29
anki-mcp
ujisati
the best anki mcp
2025-07-23
ananddtyagi/gif-creator-mcp
ananddtyagi
An MCP server that converts video files to GIF animations.
2025-06-09
office-editor-mcp
theWDY
一个基于MCP协议的Office文档处理MCP服务器,支持在MCP客户端中创建、编辑及管理Word、Excel、PowerPoint文档。
2025-03-25
Wallet Inspector
kukapay
An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.
2025-06-01
Ryuhei-So/mermaid-cli-server
Ryuhei-So
A MCP server that generates PNG images from Mermaid markdown using @mermaid-js/mermaid-cli.
2025-04-08