MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/IBM wxflows
Code ExecutionOfficial
I

IBM wxflows

Tool platform by IBM to build, test and deploy tools for any data source

119 starsUpdated Sep 18, 2025
View on GitHub

Ads

Overview

Here's a step-by-step tutorial for setting up and deploying a project with wxflows, including installing necessary tools, deploying the app, and running it locally. This example consists of the following pieces: - MCP TypeScript SDK (mcp server) - wxflows SDK (tools) > You can use any of the supported MCP clients. This guide will walk you through installing the wxflows CLI, initializing and deploying a project, and running the application locally. We’ll use google_books and wikipedia tools as examples for tool calling with wxflows.

Installation

npm i

Configuration

{
  "mcpServers": {
    "wxflows-server": {
      "command": "node",
      "args": ["/path/to/wxflows-server/build/index.js"],
      "env": {
        "WXFLOWS_APIKEY": "YOUR_WXFLOWS_APIKEY",
        "WXFLOWS_ENDPOINT": "YOUR_WXFLOWS_ENDPOINT"
      }
    }

Capabilities

  • Search for books via `google_books`

    ask your assistant to find books by title, author, or keyword using the deployed Google Books tool.

  • Look up Wikipedia articles via `wikipedia`

    retrieve summaries or page details for a given topic through the deployed Wikipedia tool.

  • Deploy custom tool configurations

    use `wxflows deploy` to publish your own endpoint with imported tools from REST, GraphQL, databases, or NoSQL sources.

  • Connect the server to an MCP client

    configure Claude Desktop or another MCP host to discover and invoke your deployed Flows Engine tools.

Tags

  • api
  • development
  • cloud-infrastructure

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago