- Explore MCP Servers
- use-mcp-on-claude
Use Mcp On Claude
What is Use Mcp On Claude
use-mcp-on-claude is a set of tools designed to work with the MCP server on Claude Desktop, enabling users to perform operations on markdown files within an Obsidian vault.
Use cases
Use cases include automating markdown file management, enhancing search capabilities within an Obsidian vault, and integrating with other tools that support MCP protocols.
How to use
To use use-mcp-on-claude, first ensure you have Claude Desktop installed. Then, configure the ‘claude_desctop_config.json’ file according to the quick start guide, set the appropriate environment variables, and run the commands ‘npm run build’ followed by ‘npm run start’. Restart Claude to activate the tool.
Key features
Key features include the ability to perform searches and operations on markdown files, customizable file paths, and the requirement of a Node.js execution environment for running the server.
Where to use
use-mcp-on-claude is primarily used in personal knowledge management, content creation, and note-taking environments, particularly with Obsidian.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Use Mcp On Claude
use-mcp-on-claude is a set of tools designed to work with the MCP server on Claude Desktop, enabling users to perform operations on markdown files within an Obsidian vault.
Use cases
Use cases include automating markdown file management, enhancing search capabilities within an Obsidian vault, and integrating with other tools that support MCP protocols.
How to use
To use use-mcp-on-claude, first ensure you have Claude Desktop installed. Then, configure the ‘claude_desctop_config.json’ file according to the quick start guide, set the appropriate environment variables, and run the commands ‘npm run build’ followed by ‘npm run start’. Restart Claude to activate the tool.
Key features
Key features include the ability to perform searches and operations on markdown files, customizable file paths, and the requirement of a Node.js execution environment for running the server.
Where to use
use-mcp-on-claude is primarily used in personal knowledge management, content creation, and note-taking environments, particularly with Obsidian.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
use-mcp-on-claude
use
https://modelcontextprotocol.io/quickstart/server#test-with-commands
SETUP
First of all, this code works on Claude Desctop.
if you have not already done, please do so here
https://claude.ai/download
Second, the app is created assuming a specific valut of obsidian. In other words, it basically performs searches, etc. on md files. If you change the file path appropriately, you may be able to use it for other file operations, but in that case, please rewrite the code.
Also, in addition to this code, there are two other things needed to prepare this MCP server mechanism on Claude.
One is claude_desctop_config.json, the other is the node execution environment.
You can use node by yourself. At least a 16 series or higher spec is required.
claude_desctop_config.json is described in the “quick start guide” shown at the beginning of this document, so please refer to it for usage.
sample:
The dotenv is required when inspector is run, but in actual operation it could not work without the environment variable in this json file, so please set it.
Basically, run npm run build, which is the command found in package.json, and then run npm run start to start the script
After activation, Claude must be restarted.
If the tool obsidian-xxxx is available as shown in the image, you are ready to go.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










