MCP.so
Sign In

Digits

Track and analyze your finances with Digits

Documentation

About Digits

Digits helps users track and analyze business finances through connected accounting context. Its connector gives assistants financial data for reviewing performance, answering finance questions, and understanding company numbers from conversational prompts.

Connection details

https://api.digits.com/mcp

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add digits --transport http https://api.digits.com/mcp

Frequently asked questions

What is the Digits remote MCP server?

The Digits remote MCP server is a hosted Model Context Protocol endpoint at https://api.digits.com/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Digits MCP server?

Add the endpoint https://api.digits.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Digits MCP server require authentication?

Yes. Digits uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Digits MCP server use?

Digits exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers