SignNow MCP Server
Officialhttps://github.com/signnow/sn-mcp-server MCP server for SignNow e-signature: templates, invites, emb...
Click the "Install Now" button and open the FastMCP connection interface — you will enter the environment variable values there.
Create (or sign in to) your SignNow account.
- If you don’t have an account, sign up at SignNow to get a developer account first. (signnow.com)
Open the SignNow API / Applications dashboard (the “API” or plug icon in your SignNow account).
- In the dashboard click “Add App” (or open an existing app). The dashboard shows your app’s Client ID, Client Secret and the Basic Authorization Token (a.k.a. Basic token). (signnow.com)
Copy the Basic Authorization Token and paste it into the FastMCP interface as SIGNNOW_API_BASIC_TOKEN.
- Field name to set in FastMCP: SIGNNOW_API_BASIC_TOKEN. (signnow.com)
Enter your SignNow account credentials in FastMCP:
- SIGNNOW_USER_EMAIL — the email you registered with SignNow.
- SIGNNOW_PASSWORD — your SignNow account password.
- (These let the MCP server authenticate on your behalf for typical desktop/dev flows.) (blog.signnow.com)
(Optional) If you prefer to provide a short-lived access token directly instead of user/password, generate an access (Bearer) token and set SIGNNOW_TOKEN:
- Use the Basic token plus your account credentials to request a bearer token:
curl -X POST "https://api.signnow.com/oauth2/token"
-H "Authorization: Basic "
-F "username="
-F "password="
-F "grant_type=password"
-F "scope=*" - The response contains an access token (Bearer) you can place as SIGNNOW_TOKEN in FastMCP. Note: access tokens expire (≈30 days), so the server flow using Basic token + user/password is usually preferred for auto-refresh. (signnow.com)
- Use the Basic token plus your account credentials to request a bearer token:
(Optional / advanced) If you intend to run the server in OAuth mode or in production:
- From the same API dashboard copy the Client ID and Client Secret and set:
- SIGNNOW_CLIENT_ID
- SIGNNOW_CLIENT_SECRET
- Also supply any OAUTH_RSA_PRIVATE_PEM / OAUTH_JWK_KID if you use the server’s OAuth features. (signnow.com)
- From the same API dashboard copy the Client ID and Client Secret and set:
Save the environment variables in the FastMCP connection UI and install/apply them via the Install flow.
Test the MCP server connection:
- For local/dev use the recommended fields (SIGNNOW_USER_EMAIL, SIGNNOW_PASSWORD, SIGNNOW_API_BASIC_TOKEN) so the server can obtain and refresh access tokens automatically.
- Start or reconnect the MCP and call a simple tool (for example list_all_templates) to verify authentication and connectivity. (blog.signnow.com)
Notes / reminders:
- Basic Authorization Token is created per-app in the SignNow API dashboard; keep it secret. (signnow.com)
- Access tokens returned from /oauth2/token expire (about 30 days); either let the MCP manage refresh via credentials or update SIGNNOW_TOKEN periodically. (signnow.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.