MCP Analysis Templates
MCP server for managing and serving analysis prompt templates
Overview
MCP Analysis Templates is a server designed to manage and serve analysis prompt templates using the Model Context Protocol (MCP).
To use the MCP Analysis Templates, first install the necessary dependencies, then run the server, and connect to it using an MCP client to access various types of analysis templates.
- Standardized templates for meeting analysis and summaries. - Conversion templates for transforming webinars into blog posts. - Easy integration for clients via the MCP protocol.
- Generating detailed meeting minutes and action items.
- Creating executive-style meeting summaries.
- Converting webinar content into written blog posts.
Add to your AI client
Use these steps to connect MCP Analysis Templates in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-prompt-templates-mikeskarl": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-prompt-templates-mikeskarl"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-prompt-templates-mikeskarl": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-prompt-templates-mikeskarl"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-prompt-templates-mikeskarl": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-prompt-templates-mikeskarl"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-prompt-templates-mikeskarl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-prompt-templates-mikeskarl"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-prompt-templates-mikeskarl": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-prompt-templates-mikeskarl"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-prompt-templates-mikeskarl": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-prompt-templates-mikeskarl"
]
}
}
}FAQ
What types of templates are available?
The server currently includes templates for meeting analysis, meeting summaries, and converting webinars to blog posts.
How do I connect to the MCP server?
You can connect to the MCP server using any compliant MCP client after setting up the server.
Is there documentation available for setup and usage?
Yes! Detailed setup and usage instructions can be found in the 'docs' directory of the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":357,"uuid":"1da20b08-da84-40fa-bb88-dfd2d62c5bbe","name":"mcp-prompt-templates","title":"MCP Analysis Templates","description":"MCP server for managing and serving analysis prompt templates","avatar_url":"https://avatars.githubusercontent.com/u/141687998?v=4","created_at":"2024-12-13T13:21:18.646Z","updated_at":"2024-12-13T15:09:08.461Z","status":"created","author_name":"mikeskarl","author_avatar_url":"https://avatars.githubusercontent.com/u/141687998?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mikeskarl/mcp-prompt-templates","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]