Wordware MCP Server

Wordware MCP Server

A 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.

hugobiais

Communication
Search
Note Taking
Local
TypeScript
Visit Server

README

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

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 in add-tool.ts to generate a zod schema from the given information about the Wordware flow)
  • NOTION_SECRET: Your Notion secret
  • NOTION_PARENT_PAGE_ID: The ID of the Notion page to save to
  • SAVE_TO_NOTION_APP_ID: The ID of your deployed Save to Notion app
  • RESEARCH_FOUNDER_APP_ID: The ID of your deployed Research Founder app
  • LEAD_ENRICHMENT_APP_ID: The ID of your deployed Lead Enrichment app
  • REACT_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-server

3. 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.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"]
    }
  }
}

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-tool

Future 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

Recommended Servers

Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Excel MCP Server

Excel MCP Server

A Model Context Protocol server that enables AI assistants to read from and write to Microsoft Excel files, supporting formats like xlsx, xlsm, xltx, and xltm.

Featured
Local
Go
Playwright MCP Server

Playwright MCP Server

Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
Apple MCP Server

Apple MCP Server

Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.

Featured
Local
TypeScript
contentful-mcp

contentful-mcp

Update, create, delete content, content-models and assets in your Contentful Space

Featured
TypeScript
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.

Featured
TypeScript