# mcp-server

> MCP Server

This repository provides an implementation of the Model Context Protocol (MCP) server, exposing tools powered by Integration App, using Actions defined in an Integration App workspace. This repository provides an

## Overview

- **Category:** AI
- **Language:** JavaScript
- **Stars:** 38
- **Forks:** 2
- **Owner:** integration-app
- **GitHub:** https://github.com/integration-app/mcp-server
- **Created:** 2025-01-14T21:52:32+00:00
- **Updated:** 2025-03-28T05:52:37+00:00
- **Source:** https://model-context-protocol.com/servers/model-context-protocol-integration-app-server

## Setup

## Setup

1. Install [node.js](https://nodejs.org)
2. Configure some actions in your Integration App workspace
3. Get Integration App token from your [Workspace Settings](https://console.integration.app/w/0/settings/testing) page or generate using your Workspace Key and Secret ([Authentication Guide](https://console.integration.app/w/625eb136b4af031bffb2e9eb/docs/getting-started/authentication)).

You need to provide two environment variables to the server:
* `INTEGRATION_APP_TOKEN` - token for accessing Integration App API
* `INTEGRATION_KEY` - key of the integration you want to use tools for

This server exposes tools from one integration at a time; to expose tools from multiple integrations, create multiple servers or modify the code.

## Tools

## Available Tools

1. Actions defined in an Integration App workspace (used as tools).

