I am currently using filesystem, Obsidian, fetch, and Git
mcp-obsidian
- install Obsidian Community Plugin:
Local Rest API
modelcontextprotocol/servers
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/devilofdev/dev/"
]
},
"obsidian": {
"command": "/opt/homebrew/bin/uv",
"args": [
"--directory",
"/Users/devilofdev/dev/mcp/mcp-obsidian",
"run",
"mcp-obsidian"
],
"env": {
"OBSIDIAN_API_KEY": ""
}
},
"fetch": {
"command": "npx",
"args": ["-y", "@tokenizin/mcp-npx-fetch"],
"env": {}
},
"mcp-server-youtube-transcript": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@kimtaeyoon83/mcp-server-youtube-transcript"
]
},
"git": {
"command": "uv",
"args": [
"--directory",
"/Users/devilofdev/dev/mcp/servers/src/git",
"run",
"mcp-server-git"
]
}
}
}# for mac
brew install uv