zkpmcp MCP Server
opencolin/zkpmcp
Are you the maintainer of opencolin/zkpmcp? Claim this listing →
Zero Knowledge Proofs MCP Server
Add AgentRank to Claude Code Discover and compare tools like opencolin/zkpmcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
opencolin/zkpmcp is a JavaScript MCP server licensed under MIT. Zero Knowledge Proofs MCP Server
Ranked #17529 out of 30046 indexed tools.
Ecosystem
JavaScript MIT
Score Breakdown
Stars 15% 9
9 stars → early stage
Freshness 25% 1y ago
Last commit 1y ago → stale
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 0
0 contributors → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 1
Description Brief
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Freshness high impact
Contributors medium impact
Matched Queries
From the README
# zkMCP
A Model Context Protocol (MCP) server for zero-knowledge proofs using circom. This repository provides tools for building circuits, performing trusted setup, generating proofs, and verifying proofs.
## Repository Structure
- `server/`: The MCP server implementation
- `examples/`: Example use cases for zero-knowledge proofs
- `age-verification/`: An example that demonstrates how to verify a person's age without revealing their birth date
## Installation
### Server Installation
1. Clone this repository:
```bash
git clone https://github.com/yourusername/zkMCP.git
cd zkMCP/server
```
2. Install dependencies:
```bash
npm install
```
3. Build the server:
```bash
npm run build
```
4. Add the server to your MCP settings configuration file:
```json
{
"mcpServers": {
"zkproof": {
"command": "node",
"args": ["/path/to/zkMCP/server/build/index.js"],
"env": {
"ZKINTRO_DIR": "/path/to/circom/proj Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.