Wordware MCP Server
Provides a tool to save content directly to Notion pages using the Notion API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wordware MCP ServerResearch the founder of OpenAI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wordware MCP Server
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.
Features
Integration with Claude via MCP
Support for basic Wordware tools including:
Research Founder: Comprehensive founder analysis and meeting prep
Lead Enrichment: Sales prospect research and intelligence
Save to Notion: Direct page saving to Notion
React Agent: Task solving with Google search and API capabilities
Related MCP server: Wordware MCP
Setup
1. Modify the 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 inadd-tool.tsto 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 app
To 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.
2. Install dependencies and build the server:
npm install
npm run build-server3. Testing the server with Claude for Desktop
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.jsonThen, 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"]
}
}
}4. Using the 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-toolFuture Improvements
Dynamic Tool Configuration
Currently, the tools are hardcoded in the server implementation. Future improvements should focus on:
Implement authentication with Wordware API
Add capability to fetch user's deployments automatically
Figure out which deployments can be added as MCP tools automatically
Better support for complex blocks (e.g. "ask a Human" blocks)
Better error handling for tool calls
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server implementation that integrates Wordware flows as tools directly within Claude conversations, supporting features like founder research, lead enrichment, Notion integration, and task solving with Google search.34MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that bridges AI assistants like Claude with Wordware's specialized agent capabilities, allowing dynamic loading and access to any Wordware flow through a standardized interface.
- Alicense-qualityDmaintenanceEnables seamless integration between Claude AI and Dify Workflow through the Model Context Protocol, allowing Claude to dynamically access and execute Dify Workflow operations via natural language.308ISC
- Alicense-qualityDmaintenanceEnables management of n8n workflows directly within LLMs through the Model Context Protocol, including listing, executing, and monitoring workflows.6218ISC
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Your portable context layer — load it into any AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hugobiais/wordware-mcp-hugo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server