Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.freebeatfit/freebeat-mcp · v0.1.1
Freebeat MCP server for AI music videos, effects, and media uploads.
Freebeat MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"freebeat-mcp": {
"command": "npx",
"args": [
"-y",
"freebeat-mcp"
],
"env": {
"FREEBEAT_API_KEY": "<FREEBEAT_API_KEY>"
}
}
}
}FREEBEAT_API_KEY必填secretAPI key used to authenticate requests to Freebeat.
FREEBEAT_API_HOST可选Optional API base URL override for Freebeat.
{
"id": "io.github.freebeatfit/freebeat-mcp",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "Freebeat MCP",
"description": "Freebeat MCP server for AI music videos, effects, and media uploads.",
"homepage": "https://freebeat.ai",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "freebeat-mcp",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "FREEBEAT_API_KEY",
"description": "API key used to authenticate requests to Freebeat.",
"isRequired": true,
"isSecret": true
},
{
"name": "FREEBEAT_API_HOST",
"description": "Optional API base URL override for Freebeat."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.freebeatfit/freebeat-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.freebeatfit%2Ffreebeat-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}