Signer
Freeby MCP Community
This is an [MCP (Model Context Protocol)](https://github.com/modelcontextprotocol/spec) server that provides digital signature capabilities for blockchain trans
v1.0.1Added Apr 12, 2026
Signer MCP Server
This is an MCP (Model Context Protocol) server that provides digital signature capabilities for blockchain trans
Installation
Reviews
Installation
Quick install
npx -y @adamik/signer-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"signer": {
"command": "npx",
"args": ["-y", "@adamik/signer-mcp-server"]
}
}
}