Skip to main content
The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to access your Steuerboard data in a simple and secure way. Connect to our MCP server natively in Claude, Cursor, and other clients or use the mcp-remote module for backwards compatibility with clients that do not support remote MCP. The Steuerboard MCP server has tools available for finding, creating, and updating objects in Steuerboard like clients, workspaces, tasks, files and more — with more functionality on the way, and feedback on its functionality is welcomed. Repository: steuerboard/steuerboard-mcp-typescript

Installation

1

Navigate to Integrations

Navigate to Integrations in the sidebar
2

Add Integration

Click on the “Add Integration” button and enter following details:
  • Type: Connect remote MCP
  • Name: Steuerboard
3

Configure MCP client

Enter the following details:
4

Add Connection

Create a new connection and enter your Steuerboard API Key.Don’t have one? Get your API Key
5

Test Connection & Save

Test the connection and save the integration
Team, Enterprise (Claude.ai)
1

Navigate to Settings

Navigate to Settings in the sidebar
2

Scroll to Integrations

Scroll to Integrations at the bottom and click Add more
3

Add Integration

Enter the following details:Make sure to enable the tools in any new chats
One-click installation for Claude Desktop users
1

Download DXT File

Download the DXT File ⬇️.
2

Open Extensions

Open Claude Desktop and go to Settings -> Extensions.
3

Install MCP Server

Drag the DXT file into the Extensions page to install the MCP server.
The DXT file contains all necessary configuration for the MCP server and will be automatically installed when dragged into the Extensions page.
Use the Claude Code CLI to add the MCP server:
claude mcp add --transport http Steuerboard https://mcp.steuerboard.com/mcp --header "authorization: ..." 

Manual Installation

Start the MCP server manually using npx:
npx @steuerboard/mcp start --bearer-auth ...
For a full list of server arguments:
npx @steuerboard/mcp --help
Don’t have an account?
We offer a free plan for testing. Just mail us at founders@steuerboard.net
If you want to use our App in production, please take a look at our Pricing page to book a call with us.