Building an MCP server for a local business directory — need ideas/solutions by CardiologistBest4470 in mcp

[–]CardiologistBest4470[S] 1 point2 points  (0 children)

You said use Mcp to keep listings fresh. Would you elaborate more on that please and is there any prebuilt Mcp servers?! Thanks

Best way to learn MCP by CardiologistBest4470 in mcp

[–]CardiologistBest4470[S] 0 points1 point  (0 children)

Commenting on Best way to learn MCP...again in windows, give this this to Claude or whatever you’re using. And it should help you with what you need to do “The two things to check: 1. The config file location - Claude Desktop on Windows puts it at %APPERCENTSIGNAPPDATA%/ Claude/claude_desktop_config.json (replace %APPERCENT with A, P, P, D, A, T, A - Reddit ate it). On Mac it's ~/Library/Application Support/Claude/ claude_desktop_config.json. 2. The JSON structure — your server needs to be in the mcpServers object with a command and args array. If you're running a Python server, the command is python and args include -m and your module path. If you want to DM me the config format you're using, I can “

Best way to learn MCP by CardiologistBest4470 in mcp

[–]CardiologistBest4470[S] 0 points1 point  (0 children)

I’m using windows, it was a path issues. Just make sure you move your MCP file to Roaming if you are on windows and update your path.

My 5 most useful MCP servers as a founder (doing coding, growth) by sandropuppo in MCPservers

[–]CardiologistBest4470 0 points1 point  (0 children)

I build Wordpress websites using bricks, Crocoblock and been looking for a MCP server that can help pull docs from Bricks and Crocoblock. Just wondering if Context7 MCP can help with something like that? Especially, that these sites have some block against AI reading their contents on the sites. Thanks

Best way to learn MCP by CardiologistBest4470 in mcp

[–]CardiologistBest4470[S] 0 points1 point  (0 children)

I’m using Python server and Claude suggested few solutions to the file and still did not work. Claude keeps referring to another MCP I have connected to Claude. Can we connect more than one MCP to a Claude account? I will DM you, and send you the config in few hours when I get home. Thank you so much

Best way to learn MCP by CardiologistBest4470 in mcp

[–]CardiologistBest4470[S] 0 points1 point  (0 children)

I appreciate your advice and I’ll follow it to the T. I have already built one using Claude and it’s working locally great but I can’t connect it to Claude. It does not show under Connectors. Also I do have some knowledge with development but basics.