Osmosis Agent Toolkit
@jonator
About Osmosis Agent Toolkit
Osmosis protocol tools for LLMs
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"osmosis-agent-toolkit": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Osmosis Agent Toolkit?
The Osmosis Agent Toolkit is a collection of packages that enables Large Language Models (LLMs) to interact with the Osmosis protocol using programmable tools. It includes a Model Context Protocol (MCP) server implementation that integrates seamlessly with AI assistants like Claude Desktop and Cursor.
How to use Osmosis Agent Toolkit?
Run the MCP server via npx with the command npx -y @osmosis-agent-toolkit/mcp and set the OSMOSIS_MNEMONIC environment variable to your Osmosis wallet mnemonic. Add the server configuration to your claude_desktop_config.json (for Claude Desktop) or .cursor/mcp.json (for Cursor) to enable LLMs to interact with Osmosis.
Key features of Osmosis Agent Toolkit
- Core package with registry data, query clients, and sign-and-broadcast logic
- MCP server implementation for seamless AI-assistant integration
- Vercel AI SDK package for use with AI SDK-based projects
- Supports Claude Desktop and Cursor via standard MCP configuration
- All interaction through a single environment variable (
OSMOSIS_MNEMONIC) - Packages published on npm for easy installation with npx or bun
Use cases of Osmosis Agent Toolkit
- Query on-chain data from the Osmosis protocol using an LLM assistant
- Sign and broadcast Osmosis transactions through natural language prompts
- Integrate Osmosis blockchain interactions into AI workflows in Claude Desktop or Cursor
FAQ from Osmosis Agent Toolkit
What does the Osmosis Agent Toolkit do?
It provides a set of tools that allow LLMs to interact with the Osmosis protocol, including querying data and executing transactions.
How do I set up the MCP server for Claude Desktop?
Add the provided configuration block to your claude_desktop_config.json, specifying npx -y @osmosis-agent-toolkit/mcp as the command and your Osmosis wallet mnemonic in the OSMOSIS_MNEMONIC environment variable.
What environment variables are required?
Only OSMOSIS_MNEMONIC is required, which must contain the mnemonic phrase of your Osmosis wallet.
More AI & Agents MCP servers
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments