wordware-mcp
@yuhuangou
关于 wordware-mcp
Local MCP server for running Wordware apps
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wordware-mcp": {
"command": "npx",
"args": [
"wordware-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is wordware-mcp?
The Wordware MCP server allows you to run your Wordware apps locally, integrating Wordware’s AI flows directly into your local development environment for easier testing and development.
How to use wordware-mcp?
Run npx wordware-mcp for an interactive setup that prompts for your API key and optional Claude configuration. After configuration, start the server with npx wordware-mcp start. You can also install globally (npm install -g wordware-mcp) or pass arguments directly via command line (e.g., wordware-mcp --api-key your-api-key --port 3000).
Key features of wordware-mcp
- Interactive installation with
npx wordware-mcp - Automatic discovery of Wordware app tools (no APP_IDs needed)
- Local API endpoint at
http://localhost:9000/{WORDWARE_API_TOKEN} - Command-line argument support for API key and port
- Automatic Claude Desktop configuration setup
- Hot reloading during development
Use cases of wordware-mcp
- Develop and test Wordware AI flows locally before deploying
- Integrate Wordware apps into local scripts or applications via HTTP requests
- Run Wordware flows from AI assistants like Claude Desktop
- Iterate on Wordware app logic with immediate feedback during development
FAQ from wordware-mcp
What are the prerequisites for using wordware-mcp?
You need a Wordware account, a Wordware API key, and at least one deployed Wordware app.
How do I configure the server?
Configuration can be done via a .env file (containing WORDWARE_API_KEY and PORT) or by passing --api-key and --port command‑line arguments.
How do I use this with Claude Desktop?
Add the following JSON to ~/Library/Application\ Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "wordware": { "command": "wordware-mcp" } } }
Then run npx wordware-mcp interactive setup or start the server.
What if I see a “command not found” error after installation?
Install the package globally: npm install -g wordware-mcp. Ensure your npm global path is in your PATH variable.
What transport does the server use and where does data live?
The server runs a local HTTP server on port 3000 by default. Data flows through your local machine to the Wordware API via your API key. No persistent database is mentioned.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论