jfk-mcp
If you are the rightful owner of jfk-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The JFK MCP server utilizes the Archives API to query and retrieve JFK-related documents.
JFK MCP
This MCP server leverages the Archives API to query JFK documents. You can obtain your API key from archives-api.com.
Below is the JSON configuration for MCP Claude Desktop. Replace "your-api-key-here"
with your actual Archives API key.
{
"mcpServers": {
"jfk-mcp": {
"command": "npx",
"args": ["-y", "jfk-mcp"],
"env": {
"ARCHIVES_API_KEY": "your-api-key-here"
}
}
}
}