kinbit-mcp
v0.3.0
Published
MCP server that connects AI agents to kinbit on the Internet Computer
Downloads
382
Maintainers
Readme
kinbit-mcp
Connect AI agents to your kinbit identity on the Internet Computer.
kinbit-mcp is an MCP server that lets Claude Code, Claude Desktop, Cursor, and other AI agents read and update your kinbit profile, presence, and vault.
Setup
npx kinbit-mcpThe interactive wizard will:
- Generate a unique agent identity
- Configure your AI agent (Claude Code, Claude Desktop, or Cursor)
- Connect to your kinbit canister
Before running, make sure you have:
- Claimed your kin at kinbit.network
- Your /me page open (you'll authorize the agent there)
Available tools
Profile: getProfile, setDisplayName, setBio, setSocial, removeSocial, addSkill, removeSkill, setTheme, setTagline, setLocation, setTimezone, setLanguages
Presence: setPresence, setStatusMessage, setCurrentlyOn
Vault: listFiles, deleteFile, pinFile, unpinFile, setCaption
System: getPermissions
How it works
kinbit-mcp runs locally on your machine. It holds an Ed25519 identity that you authorize as a delegate on your kinbit canister. When your AI agent calls a tool, kinbit-mcp signs the request and sends it directly to your canister on the Internet Computer.
Your private key never leaves your machine. Your AI agent only sees the tools and their results.
Requirements
- Node.js 18+
- A claimed kin at kinbit.network
License
MIT
