SignNow
E-signatures and documents
About SignNow
SignNow is an e-signature platform for sending, signing, and managing documents. Its remote MCP server connects assistants to signing workflows so documents can be prepared, sent for signature, and tracked without switching tools.
Connection details
https://mcp-server.signnow.com/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add signnow --transport http https://mcp-server.signnow.com/mcpFrequently asked questions
What is the SignNow remote MCP server?
The SignNow remote MCP server is a hosted Model Context Protocol endpoint at https://mcp-server.signnow.com/mcp, so AI assistants can connect to it without installing or running anything locally. SignNow is an e-signature platform for sending, signing, and managing documents. Its remote MCP server connects assistants to signing workflows so documents can be prepared, sent for signature, and tracked without switching tools.
How do I connect to the SignNow MCP server?
Add the endpoint https://mcp-server.signnow.com/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the SignNow MCP server require authentication?
Yes. SignNow 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 SignNow MCP server use?
SignNow exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.