Klura
@klura-ai
Klura について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"klura": {
"command": "npx",
"args": [
"-y",
"klura-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Klura?
Klura is an MCP server that wraps the @klura/runtime, exposing browser automation and skill discovery tools to any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, and others). It lets agents drive websites once, save interaction recipes, and replay them without opening a browser.
How to use Klura?
Install globally via npm install -g @klura/mcp, then add the server definition to your MCP client’s config using the provided JSON snippet with "command": "npx" and "args": ["-y", "@klura/mcp"]. Restart the client; the agent picks up the Klura toolset automatically.
Key features of Klura?
- Browser automation tools: start_session, perform_action, get_screenshot, get_a11y_tree
- Discovery + persistence tools: save_strategy, execute, list_platform_skills, get_strategy
- Network-log inspection and reverse‑engineering escape hatches
- Resource
klura://referenceserved section‑by‑section via URL fragments - Thin wrapper: each
tools/calldispatches to the corresponding klura runtime function
Use cases of Klura?
- Automate repetitive web tasks by recording interactions and replaying them without a browser
- Let agents reverse‑engineer web applications using network logs and JavaScript introspection
- Enable agents to fill forms, scrape data, or navigate sites via the accessibility tree
- Persist and share reusable skill recipes across MCP clients
FAQ from Klura
What dependencies does Klura require?
It requires Node.js and the @klura/runtime package, which is installed automatically as a dependency and auto‑starts a local daemon on first use.
How do I configure my MCP client to use Klura?
Add the server definition to your MCP client’s config using the command npx with arguments ["-y", "@klura/mcp"]. The exact config file location depends on the client; the server definition is the same for all.
Where are skills and data stored?
All learned skills and runtime data are stored under ~/.klura/, with individual skills saved in `~/.klura/skills/
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント