Osmosis Agent Toolkit
Overview
This repository contains a collection of packages that are used to build the Osmosis Agent Toolkit. Large Language Models (LLMs) can use these tools to interact with the Osmosis protocol.
Packages
@osmosis-agent-toolkit/core
The core package contains the core functionality that is used by the other packages. This is where registry data, query clients, and sign and broadcast logic is defined.
@osmosis-agent-toolkit/ai-sdk
An implementation of Vercel’s AI SDK for the Osmosis Agent Toolkit.
@osmosis-agent-toolkit/mcp
Model Context Protocol (MCP) server implementation of the Osmosis Agent Toolkit.
Usage with Claude Desktop or Cursor
Add the following to your claude_desktop_config.json or .cursor/mcp.json. See here for more details.
{
"mcpServers": {
"Osmosis": {
"command": "npx",
"args": [
"-y",
"@osmosis-agent-toolkit/mcp"
],
"env": {
"OSMOSIS_MNEMONIC": "<your mnemonic here>"
}
}
}
}
Development
Install dependencies using yarn or bun:
bun i
Start watch mode for local development:
bun run dev
To build:
bun run build
Osmosis
Project Details
- jonator/osmosis-agent-toolkit
- MIT License
- Last Updated: 3/25/2025
Recomended MCP Servers
A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful...
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news...
Bringing the bankless onchain API to MCP
ClaudeKeep lets you save & share chats from Claude using an MCP inside Claude Desktop
MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources.
A MCP server project that creates PowerPoint presentations, forked from supercurses/powerpoint with additional features
A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.





