Osmosis Agent Toolkit
@jonator
Osmosis Agent Toolkit について
Osmosis protocol tools for LLMs
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"osmosis-agent-toolkit": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「AI とエージェント」の他のコンテンツ
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
コメント