loading…
Search for a command to run...
loading…
Integrates Wordware deployed flows as tools usable within Claude conversations via the Model Context Protocol.
Integrates Wordware deployed flows as tools usable within Claude conversations via the Model Context Protocol.
A Model Context Protocol (MCP) server implementation that enables integration of your Wordware deployed flows as tools that can be used directly within Claude conversations.
env.example.ts file in the root directory to set it to env.ts and set the variables inside:Using a regular .env file seemed to complicated considering you would also need to make those variables accessible from the server's environment (inside the Claude Desktop config). Come back to this if you find a better solution.
OPENAI_API_KEY: Your OpenAI API key (used in add-tool.ts to generate a zod schema from the given information about the Wordware flow)NOTION_SECRET: Your Notion secretNOTION_PARENT_PAGE_ID: The ID of the Notion page to save toSAVE_TO_NOTION_APP_ID: The ID of your deployed Save to Notion appRESEARCH_FOUNDER_APP_ID: The ID of your deployed Research Founder appLEAD_ENRICHMENT_APP_ID: The ID of your deployed Lead Enrichment appREACT_AGENT_APP_ID: The ID of your deployed React Agent appTo setup Notion for the saveToNotion tool, follow the instructions here
If you don't want to use one of the 4 tools, you can just leave its corresponding env variable empty and the tool will not be registered.
npm install
npm run build-server
You need to have Claude for Desktop installed to test the server. If you do, you need to modify the config file to use the MCP server. Run the following command to open the config file (if you use VSCode):
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Then, add the following to the file (make sure to replace /ABSOLUTE/PATH/TO/PARENT/FOLDER/wordware/build/index.js with the absolute path to the index.js file in the build folder of this repository):
{
"mcpServers": {
"wordware": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/wordware/build/index.js"]
}
}
}
add-tool command (optional but recommended)Note: The add-tool command has only been tested on a few simple Wordware flows. Since it relies on OpenAI to generate the schema, please make sure to verify the output of the tool before using it.
To run the tool:
npm run add-tool
Currently, the tools are hardcoded in the server implementation. Future improvements should focus on:
Run in your terminal:
claude mcp add wordware-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.