Offorte MCP Server

Offorte MCP Server

Local serverstdio

What is the Offorte MCP server?

Offorte MCP server exists for a simple reason — assistants are far more useful when they can act on Offorte directly instead of describing what you should do. Offorte MCP Server.

What you get

This server acts as the bridge between AI agents and Offorte's proposal engine. It enables external models to create and send proposals via Offorte. Built for automation workflows, the MCP makes it easy to integrate proposal actions into AI tools, chat interfaces, and autonomous systems.

Offorte is automated proposal software which helps businesses create, send, and track beautiful interactive proposals. Built for speed, flexibility, and real-world use, it combines automation and smart workflows without sacrificing the personal touch. Learn more about Offorte.

What the assistant can call

Once Offorte is connected, these are the calls the assistant has available:

  • Script — Info
  • Demo — Experience the future of proposals: voice-triggered, AI-powered, fully automated. See how Offorte connects voice and workflow in [this real
  • Account — The Account tool exposed by this server
  • Automations — The Automations tool exposed by this server
  • Contacts — The Contacts tool exposed by this server
  • Favorites — The Favorites tool exposed by this server
  • Proposals — The Proposals tool exposed by this server
  • Settings — The Settings tool exposed by this server
  • Commands — Check the NPM scripts for all commands, below is a short summary of the most important onces

Configuration and credentials

You will need 3 environment variables: OFFORTE_ACCOUNT_NAME, OFFORTE_API_KEY, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js (tested with Node.js 20.x.x) - Offorte API Key (see Authentication Section of the Offorte API Docs) - PNPM for development - TRANSPORT_TYPE (optional): Set to sse to enable Server-Sent Events (SSE) mode, or leave unset/default for stdio (default: stdio).

Setting it up

The server ships on npm as Running, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Offorte's toolset — Script, Demo, Account and 6 more — is a fair guide to whether it matches your workflow. It is maintained by offorte; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Offorte's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Offorte.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the offorte mcp server does with a few real requests.

Available tools

ToolWhat it does
ScriptInfo
DemoExperience the future of proposals: voice-triggered, AI-powered, fully automated. See how Offorte connects voice and workflow in [this real demo](https://www.offorte.com/en/blog/proposal-software/handsfree-proposal-sendi
AccountThe Account tool exposed by this server.
AutomationsThe Automations tool exposed by this server.
ContactsThe Contacts tool exposed by this server.
FavoritesThe Favorites tool exposed by this server.
ProposalsThe Proposals tool exposed by this server.
SettingsThe Settings tool exposed by this server.
CommandsCheck the NPM scripts for all commands, below is a short summary of the most important onces.

How to install the Offorte MCP server

{
	"mcpServers": {
		"offorte-proposals": {
			"command": "npx",
			"args": ["-y", "@offorte/mcp-server"],
			"env": {
				"OFFORTE_ACCOUNT_NAME": "<YOUR_ACCOUNT_NAME>",
				"OFFORTE_API_KEY": "<YOUR_TOKEN>"
			}
		}
	}
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js (tested with Node.js 20.x.x) - Offorte API Key (see Authentication Section of the Offorte API Docs) - PNPM for development - TRANSPORT_TYPE (optional): Set to sse to enable Server-Sent Events (SSE) mode, or leave unset/default for stdio (default: stdio).
VariableDescriptionRequired
OFFORTE_ACCOUNT_NAMEConfiguration value read at startup.Optional
OFFORTE_API_KEYCredential the server authenticates with.Yes
YOUR_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Offorte to Script.
  • Use Offorte to Demo.
  • Use Offorte to Account.

Frequently asked questions

It connects Offorte to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Script, Demo, Account, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Offorte directly.