SignNow MCP Server for Grok
io.github.signnow/sn-mcp-server
A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.
client:Grok
transport:stdio
runtime:pypi
Install SignNow MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sn-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"signnow-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs